Html Css Color HEX #DDE372 Goldenrod

📋 copy color: '#DDE372'

red 221 ◦ green 227 ◦ blue 114

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

Shades of Goldenrod #DDE372

Tints of Goldenrod #DDE372

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.39%

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

R = 39.32%
G = 40.39%
B = 20.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#DDE372 (or 0xDDE372) is known color: Goldenrod. HEX triplet: DD, E3 and 72. RGB value is (221,227,114). Sum of RGB (Red+Green+Blue) = 221+227+114=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE372 is #221C8D. Grayscale: #D4D4D4. Windows color (decimal): -2235534 or 7529437. OLE color: 7529437.

HSL color Cylindrical-coordinate representation of color #DDE372: hue angle of 63.19º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDE372 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 227 114 -
CMYK 0.03 0 0.50 0.11
HSL 63.19º 0.67% 0.67% -
HSV(B) 63.19º 0.5% 0.89% -
XYZ 60.33 71.53 26.55 -
YUV 212.32 72.51 134.19 -
System Red Green Blue C M Y K H S L
Decimal 221 227 114 0.03 0 0.50 0.11 63.19 0.67 0.67
Hex DD E3 72 3 0 32 B 3F 43 43
Octal 335 343 162 3 0 62 13 77 103 103
Binary 11011101 11100011 1110010 11 0 110010 1011 111111 1000011 1000011

Color Harmonies of #DDE372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE372

Black with #DDE372

Text Example


Text Example

White with #DDE372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE372; }

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

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

background-color css

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

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

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

border-color css

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

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

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