Html Css Color HEX #DDDB76 Goldenrod

📋 copy color: '#DDDB76'

red 221 ◦ green 219 ◦ blue 118

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

Shades of Goldenrod #DDDB76

Tints of Goldenrod #DDDB76

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.25%

 BLUE value IS 118 (46.48% from 255) = 21.15%

R = 39.61%
G = 39.25%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDDB76 (or 0xDDDB76) is known color: Goldenrod. HEX triplet: DD, DB and 76. RGB value is (221,219,118). Sum of RGB (Red+Green+Blue) = 221+219+118=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB76 is #222489. Grayscale: #D0D0D0. Windows color (decimal): -2237578 or 7789533. OLE color: 7789533.

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

Color convert

RGB 221 219 118 -
CMYK 0 0.01 0.47 0.13
HSL 58.83º 0.6% 0.66% -
HSV(B) 58.83º 0.47% 0.87% -
XYZ 58.42 67.34 27.06 -
YUV 208.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 221 219 118 0 0.01 0.47 0.13 58.83 0.6 0.66
Hex DD DB 76 0 1 2F D 3B 3C 42
Octal 335 333 166 0 1 57 15 73 74 102
Binary 11011101 11011011 1110110 0 1 101111 1101 111011 111100 1000010

Color Harmonies of #DDDB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB76

Black with #DDDB76

Text Example


Text Example

White with #DDDB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB76; }

 p { color: rgb(221,219,118); }

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

background-color css

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

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

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

border-color css

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

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

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