Html Css Color HEX #DBDC80 Goldenrod

📋 copy color: '#DBDC80'

red 219 ◦ green 220 ◦ blue 128

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

Shades of Goldenrod #DBDC80

Tints of Goldenrod #DBDC80

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #DBDC80: hue angle of 60.65º 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 #DBDC80 is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 128 -
CMYK 0.00 0 0.42 0.14
HSL 60.65º 0.57% 0.68% -
HSV(B) 60.65º 0.42% 0.86% -
XYZ 58.7 67.8 30.42 -
YUV 209.21 82.17 134.98 -
System Red Green Blue C M Y K H S L
Decimal 219 220 128 0.00 0 0.42 0.14 60.65 0.57 0.68
Hex DB DC 80 0 0 2A E 3D 39 44
Octal 333 334 200 0 0 52 16 75 71 104
Binary 11011011 11011100 10000000 0 0 101010 1110 111101 111001 1000100

Color Harmonies of #DBDC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC80

Black with #DBDC80

Text Example


Text Example

White with #DBDC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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