Html Css Color HEX #DAE172 Goldenrod

📋 copy color: '#DAE172'

red 218 ◦ green 225 ◦ blue 114

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

Shades of Goldenrod #DAE172

Tints of Goldenrod #DAE172

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.39%

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

R = 39.14%
G = 40.39%
B = 20.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#DAE172 (or 0xDAE172) is known color: Goldenrod. HEX triplet: DA, E1 and 72. RGB value is (218,225,114). Sum of RGB (Red+Green+Blue) = 218+225+114=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE172 is #251E8D. Grayscale: #D2D2D2. Windows color (decimal): -2432654 or 7528922. OLE color: 7528922.

HSL color Cylindrical-coordinate representation of color #DAE172: hue angle of 63.78º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAE172 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 114 -
CMYK 0.03 0 0.49 0.12
HSL 63.78º 0.65% 0.66% -
HSV(B) 63.78º 0.49% 0.88% -
XYZ 58.88 69.97 26.32 -
YUV 210.25 73.68 133.53 -
System Red Green Blue C M Y K H S L
Decimal 218 225 114 0.03 0 0.49 0.12 63.78 0.65 0.66
Hex DA E1 72 3 0 31 C 40 41 42
Octal 332 341 162 3 0 61 14 100 101 102
Binary 11011010 11100001 1110010 11 0 110001 1100 1000000 1000001 1000010

Color Harmonies of #DAE172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE172

Black with #DAE172

Text Example


Text Example

White with #DAE172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE172; }

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

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

background-color css

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

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

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

border-color css

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

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

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