Html Css Color HEX #DDDD78 Goldenrod

📋 copy color: '#DDDD78'

red 221 ◦ green 221 ◦ blue 120

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

Shades of Goldenrod #DDDD78

Tints of Goldenrod #DDDD78

RGB

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

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

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

R = 39.32%
G = 39.32%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDDD78 (or 0xDDDD78) is known color: Goldenrod. HEX triplet: DD, DD and 78. RGB value is (221,221,120). Sum of RGB (Red+Green+Blue) = 221+221+120=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 120 (47.27% from 255 or 21.35% from 562); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD78 is #222287. Grayscale: #D1D1D1. Windows color (decimal): -2237064 or 7921117. OLE color: 7921117.

HSL color Cylindrical-coordinate representation of color #DDDD78: hue angle of 60º 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 #DDDD78 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 221 120 -
CMYK 0 0 0.46 0.13
HSL 60º 0.6% 0.67% -
HSV(B) 60º 0.46% 0.87% -
XYZ 59.07 68.44 27.87 -
YUV 209.49 77.5 136.21 -
System Red Green Blue C M Y K H S L
Decimal 221 221 120 0 0 0.46 0.13 60 0.6 0.67
Hex DD DD 78 0 0 2E D 3C 3C 43
Octal 335 335 170 0 0 56 15 74 74 103
Binary 11011101 11011101 1111000 0 0 101110 1101 111100 111100 1000011

Color Harmonies of #DDDD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD78

Black with #DDDD78

Text Example


Text Example

White with #DDDD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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