Html Css Color HEX #DDE374 Goldenrod

📋 copy color: '#DDE374'

red 221 ◦ green 227 ◦ blue 116

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

Shades of Goldenrod #DDE374

Tints of Goldenrod #DDE374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.57%

R = 39.18%
G = 40.25%
B = 20.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#DDE374 (or 0xDDE374) is known color: Goldenrod. HEX triplet: DD, E3 and 74. RGB value is (221,227,116). Sum of RGB (Red+Green+Blue) = 221+227+116=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE374 is #221C8B. Grayscale: #D4D4D4. Windows color (decimal): -2235532 or 7660509. OLE color: 7660509.

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

Color convert

RGB 221 227 116 -
CMYK 0.03 0 0.49 0.11
HSL 63.24º 0.66% 0.67% -
HSV(B) 63.24º 0.49% 0.89% -
XYZ 60.44 71.57 27.15 -
YUV 212.55 73.51 134.03 -
System Red Green Blue C M Y K H S L
Decimal 221 227 116 0.03 0 0.49 0.11 63.24 0.66 0.67
Hex DD E3 74 3 0 31 B 3F 42 43
Octal 335 343 164 3 0 61 13 77 102 103
Binary 11011101 11100011 1110100 11 0 110001 1011 111111 1000010 1000011

Color Harmonies of #DDE374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE374

Black with #DDE374

Text Example


Text Example

White with #DDE374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE374; }

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

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

background-color css

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

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

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

border-color css

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

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

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