#DAE75C

Color #DAE75C Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DAE75C

Tints of Mindaro #DAE75C

Color information

#DAE75C (or 0xDAE75C) is unknown color: approx Mindaro. HEX triplet: DA, E7 and 5C. RGB value is (218,231,92). Sum of RGB (Red+Green+Blue) = 218+231+92=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE75C is #2518A3. Grayscale: #D3D3D3. Windows color (decimal): -2431140 or 6088666. OLE color: 6088666.

HSL color Cylindrical-coordinate representation of color #DAE75C: hue angle of 65.61º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAE75C is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB21823192-
CMYK0.0600.600.09
HSL65.61º74.33%63.33%-
HSV(B)65.61º60.17%90.59%-
XYZ59.4272.8321.05-
YUV211.2760.69132.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 231 (90.62% from 255) = 42.70%
BLUE value IS 92 (36.33% from 255) = 17.01%
R=40.30%
G=42.70%
B=17.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218231920.0600.600.0965.6174.3363.33
HexDAE75C603C9424a3f
Octal33234713460741110211277
Binary110110101110011110111001100111100100110000101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE75C; }

 p { color: rgb(218,231,92); }

 H1.HeaderClassName
 {
   color: #DAE75C;
 }
 .AnyTagClassName
 {
   color: #DAE75C;
 }
</style>
background-color css

<style>
 a { background-color: #DAE75C; }

 a { background-color: rgb(218,231,92); }

 div.DivClassName
 {
   background-color: #DAE75C;
 }
 .BgClassName
 {
   background-color: #DAE75C;
 }
</style>
border-color css

<style>
 span { border-color: #DAE75C; }

 span { border-color: rgb(218,231,92); }

 td.TdClassName
 {
   border-color: #DAE75C;
 }
 .TagClassName
 {
   border-color: #DAE75C;
 }
</style>