Html Css Color HEX #DBDA80 Goldenrod

📋 copy color: '#DBDA80'

red 219 ◦ green 218 ◦ blue 128

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

Shades of Goldenrod #DBDA80

Tints of Goldenrod #DBDA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.58%

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

R = 38.76%
G = 38.58%
B = 22.65%

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

#DBDA80 (or 0xDBDA80) is known color: Goldenrod. HEX triplet: DB, DA and 80. RGB value is (219,218,128). Sum of RGB (Red+Green+Blue) = 219+218+128=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA80 is #24257F. Grayscale: #D0D0D0. Windows color (decimal): -2368896 or 8444635. OLE color: 8444635.

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

Color convert

RGB 219 218 128 -
CMYK 0 0.00 0.42 0.14
HSL 59.34º 0.56% 0.68% -
HSV(B) 59.34º 0.42% 0.86% -
XYZ 58.18 66.76 30.24 -
YUV 208.04 82.83 135.82 -
System Red Green Blue C M Y K H S L
Decimal 219 218 128 0 0.00 0.42 0.14 59.34 0.56 0.68
Hex DB DA 80 0 0 2A E 3B 38 44
Octal 333 332 200 0 0 52 16 73 70 104
Binary 11011011 11011010 10000000 0 0 101010 1110 111011 111000 1000100

Color Harmonies of #DBDA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA80

Black with #DBDA80

Text Example


Text Example

White with #DBDA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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