Html Css Color HEX #DDE172 Goldenrod

📋 copy color: '#DDE172'

red 221 ◦ green 225 ◦ blue 114

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

Shades of Goldenrod #DDE172

Tints of Goldenrod #DDE172

RGB

 RED value IS 221 (86.72% from 255) = 39.46%

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

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

R = 39.46%
G = 40.18%
B = 20.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#DDE172 (or 0xDDE172) is known color: Goldenrod. HEX triplet: DD, E1 and 72. RGB value is (221,225,114). Sum of RGB (Red+Green+Blue) = 221+225+114=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE172 is #221E8D. Grayscale: #D3D3D3. Windows color (decimal): -2236046 or 7528925. OLE color: 7528925.

HSL color Cylindrical-coordinate representation of color #DDE172: hue angle of 62.16º 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 #DDE172 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 114 -
CMYK 0.02 0 0.49 0.12
HSL 62.16º 0.65% 0.66% -
HSV(B) 62.16º 0.49% 0.88% -
XYZ 59.78 70.44 26.36 -
YUV 211.15 73.17 135.03 -
System Red Green Blue C M Y K H S L
Decimal 221 225 114 0.02 0 0.49 0.12 62.16 0.65 0.66
Hex DD E1 72 2 0 31 C 3E 41 42
Octal 335 341 162 2 0 61 14 76 101 102
Binary 11011101 11100001 1110010 10 0 110001 1100 111110 1000001 1000010

Color Harmonies of #DDE172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE172

Black with #DDE172

Text Example


Text Example

White with #DDE172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE172; }

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

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

background-color css

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

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

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

border-color css

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

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

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