#DAE67B

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

Shades of Mindaro #DAE67B

Tints of Mindaro #DAE67B

Color information

#DAE67B (or 0xDAE67B) is unknown color: approx Mindaro. HEX triplet: DA, E6 and 7B. RGB value is (218,230,123). Sum of RGB (Red+Green+Blue) = 218+230+123=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE67B is #251984. Grayscale: #D6D6D6. Windows color (decimal): -2431365 or 8120026. OLE color: 8120026.

HSL color Cylindrical-coordinate representation of color #DAE67B: hue angle of 66.73º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAE67B is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB218230123-
CMYK0.0500.470.10
HSL66.73º68.15%69.22%-
HSV(B)66.73º46.52%90.2%-
XYZ60.7972.9329.61-
YUV214.2176.52130.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 230 (90.23% from 255) = 40.28%
BLUE value IS 123 (48.44% from 255) = 21.54%
R=38.18%
G=40.28%
B=21.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182301230.0500.470.1066.7368.1569.22
HexDAE67B502FA434445
Octal332346173505712103104105
Binary1101101011100110111101110101011111010100001110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE67B; }

 p { color: rgb(218,230,123); }

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

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

 a { background-color: rgb(218,230,123); }

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

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

 span { border-color: rgb(218,230,123); }

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