Html Css Color HEX #DBDB81 Goldenrod

📋 copy color: '#DBDB81'

red 219 ◦ green 219 ◦ blue 129

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

Shades of Goldenrod #DBDB81

Tints of Goldenrod #DBDB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.75%

R = 38.62%
G = 38.62%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBDB81 (or 0xDBDB81) is known color: Goldenrod. HEX triplet: DB, DB and 81. RGB value is (219,219,129). Sum of RGB (Red+Green+Blue) = 219+219+129=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 129 (50.78% from 255 or 22.75% from 567); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB81 is #24247E. Grayscale: #D1D1D1. Windows color (decimal): -2368639 or 8510427. OLE color: 8510427.

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

Color convert

RGB 219 219 129 -
CMYK 0 0 0.41 0.14
HSL 60º 0.56% 0.68% -
HSV(B) 60º 0.41% 0.86% -
XYZ 58.51 67.31 30.68 -
YUV 208.74 83 135.32 -
System Red Green Blue C M Y K H S L
Decimal 219 219 129 0 0 0.41 0.14 60 0.56 0.68
Hex DB DB 81 0 0 29 E 3C 38 44
Octal 333 333 201 0 0 51 16 74 70 104
Binary 11011011 11011011 10000001 0 0 101001 1110 111100 111000 1000100

Color Harmonies of #DBDB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB81

Black with #DBDB81

Text Example


Text Example

White with #DBDB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB81; }

 p { color: rgb(219,219,129); }

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

background-color css

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

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

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

border-color css

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

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

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