Html Css Color HEX #DCDB80 Goldenrod

📋 copy color: '#DCDB80'

red 220 ◦ green 219 ◦ blue 128

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

Shades of Goldenrod #DCDB80

Tints of Goldenrod #DCDB80

RGB

 RED value IS 220 (86.33% from 255) = 38.8%

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

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

R = 38.8%
G = 38.62%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCDB80 (or 0xDCDB80) is known color: Goldenrod. HEX triplet: DC, DB and 80. RGB value is (220,219,128). Sum of RGB (Red+Green+Blue) = 220+219+128=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB80 is #23247F. Grayscale: #D1D1D1. Windows color (decimal): -2303104 or 8444892. OLE color: 8444892.

HSL color Cylindrical-coordinate representation of color #DCDB80: hue angle of 59.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCDB80 is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 128 -
CMYK 0 0.00 0.42 0.14
HSL 59.35º 0.57% 0.68% -
HSV(B) 59.35º 0.42% 0.86% -
XYZ 58.74 67.44 30.34 -
YUV 208.93 82.33 135.9 -
System Red Green Blue C M Y K H S L
Decimal 220 219 128 0 0.00 0.42 0.14 59.35 0.57 0.68
Hex DC DB 80 0 0 2A E 3B 39 44
Octal 334 333 200 0 0 52 16 73 71 104
Binary 11011100 11011011 10000000 0 0 101010 1110 111011 111001 1000100

Color Harmonies of #DCDB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB80

Black with #DCDB80

Text Example


Text Example

White with #DCDB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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