Html Css Color HEX #DDDE74 Goldenrod

📋 copy color: '#DDDE74'

red 221 ◦ green 222 ◦ blue 116

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

Shades of Goldenrod #DDDE74

Tints of Goldenrod #DDDE74

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.71%

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

R = 39.53%
G = 39.71%
B = 20.75%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDDE74 (or 0xDDDE74) is known color: Goldenrod. HEX triplet: DD, DE and 74. RGB value is (221,222,116). Sum of RGB (Red+Green+Blue) = 221+222+116=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE74 is #22218B. Grayscale: #D2D2D2. Windows color (decimal): -2236812 or 7659229. OLE color: 7659229.

HSL color Cylindrical-coordinate representation of color #DDDE74: hue angle of 60.57º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDDE74 is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 222 116 -
CMYK 0.00 0 0.48 0.13
HSL 60.57º 0.62% 0.66% -
HSV(B) 60.57º 0.48% 0.87% -
XYZ 59.09 68.88 26.7 -
YUV 209.62 75.17 136.12 -
System Red Green Blue C M Y K H S L
Decimal 221 222 116 0.00 0 0.48 0.13 60.57 0.62 0.66
Hex DD DE 74 0 0 30 D 3D 3E 42
Octal 335 336 164 0 0 60 15 75 76 102
Binary 11011101 11011110 1110100 0 0 110000 1101 111101 111110 1000010

Color Harmonies of #DDDE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE74

Black with #DDDE74

Text Example


Text Example

White with #DDDE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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