Html Css Color HEX #DAE672 Mindaro

📋 copy color: '#DAE672'

red 218 ◦ green 230 ◦ blue 114

#DAE672
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DAE672

Tints of Mindaro #DAE672

RGB

 RED value IS 218 (85.55% from 255) = 38.79%

 GREEN value IS 230 (90.23% from 255) = 40.93%

 BLUE value IS 114 (44.92% from 255) = 20.28%

R = 38.79%
G = 40.93%
B = 20.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#DAE672 (or 0xDAE672) is known color: Mindaro. HEX triplet: DA, E6 and 72. RGB value is (218,230,114). Sum of RGB (Red+Green+Blue) = 218+230+114=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE672 is #25198D. Grayscale: #D5D5D5. Windows color (decimal): -2431374 or 7530202. OLE color: 7530202.

HSL color Cylindrical-coordinate representation of color #DAE672: hue angle of 66.21º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAE672 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 114 -
CMYK 0.05 0 0.50 0.10
HSL 66.21º 0.7% 0.67% -
HSV(B) 66.21º 0.5% 0.9% -
XYZ 60.25 72.71 26.78 -
YUV 213.19 72.02 131.43 -
System Red Green Blue C M Y K H S L
Decimal 218 230 114 0.05 0 0.50 0.10 66.21 0.7 0.67
Hex DA E6 72 5 0 32 A 42 46 43
Octal 332 346 162 5 0 62 12 102 106 103
Binary 11011010 11100110 1110010 101 0 110010 1010 1000010 1000110 1000011

Color Harmonies of #DAE672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE672

Black with #DAE672

Text Example


Text Example

White with #DAE672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE672; }

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

 H1.HeaderClassName
 {
   color: #DAE672;
 }
 .AnyTagClassName
 {
   color: #DAE672;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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