Html Css Color HEX #DDD978 Goldenrod

📋 copy color: '#DDD978'

red 221 ◦ green 217 ◦ blue 120

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

Shades of Goldenrod #DDD978

Tints of Goldenrod #DDD978

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.89%

 BLUE value IS 120 (47.27% from 255) = 21.51%

R = 39.61%
G = 38.89%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDD978 (or 0xDDD978) is known color: Goldenrod. HEX triplet: DD, D9 and 78. RGB value is (221,217,120). Sum of RGB (Red+Green+Blue) = 221+217+120=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 120 (47.27% from 255 or 21.51% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD978 is #222687. Grayscale: #CFCFCF. Windows color (decimal): -2238088 or 7920093. OLE color: 7920093.

HSL color Cylindrical-coordinate representation of color #DDD978: hue angle of 57.62º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDD978 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 120 -
CMYK 0 0.02 0.46 0.13
HSL 57.62º 0.6% 0.67% -
HSV(B) 57.62º 0.46% 0.87% -
XYZ 58.02 66.35 27.52 -
YUV 207.14 78.83 137.89 -
System Red Green Blue C M Y K H S L
Decimal 221 217 120 0 0.02 0.46 0.13 57.62 0.6 0.67
Hex DD D9 78 0 2 2E D 3A 3C 43
Octal 335 331 170 0 2 56 15 72 74 103
Binary 11011101 11011001 1111000 0 10 101110 1101 111010 111100 1000011

Color Harmonies of #DDD978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD978

Black with #DDD978

Text Example


Text Example

White with #DDD978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD978; }

 p { color: rgb(221,217,120); }

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

background-color css

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

 a { background-color: rgb(221,217,120); }

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

border-color css

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

 span { border-color: rgb(221,217,120); }

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