Html Css Color HEX #DDDB80 Goldenrod

📋 copy color: '#DDDB80'

red 221 ◦ green 219 ◦ blue 128

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

Shades of Goldenrod #DDDB80

Tints of Goldenrod #DDDB80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.54%

R = 38.91%
G = 38.56%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDDB80 (or 0xDDDB80) is known color: Goldenrod. HEX triplet: DD, DB and 80. RGB value is (221,219,128). Sum of RGB (Red+Green+Blue) = 221+219+128=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB80 is #22247F. Grayscale: #D1D1D1. Windows color (decimal): -2237568 or 8444893. OLE color: 8444893.

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

Color convert

RGB 221 219 128 -
CMYK 0 0.01 0.42 0.13
HSL 58.71º 0.58% 0.68% -
HSV(B) 58.71º 0.42% 0.87% -
XYZ 59.05 67.59 30.36 -
YUV 209.22 82.16 136.4 -
System Red Green Blue C M Y K H S L
Decimal 221 219 128 0 0.01 0.42 0.13 58.71 0.58 0.68
Hex DD DB 80 0 1 2A D 3B 3A 44
Octal 335 333 200 0 1 52 15 73 72 104
Binary 11011101 11011011 10000000 0 1 101010 1101 111011 111010 1000100

Color Harmonies of #DDDB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB80

Black with #DDDB80

Text Example


Text Example

White with #DDDB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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