Html Css Color HEX #DBD76A Goldenrod

📋 copy color: '#DBD76A'

red 219 ◦ green 215 ◦ blue 106

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

Shades of Goldenrod #DBD76A

Tints of Goldenrod #DBD76A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.81%

 BLUE value IS 106 (41.8% from 255) = 19.63%

R = 40.56%
G = 39.81%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DBD76A (or 0xDBD76A) is known color: Goldenrod. HEX triplet: DB, D7 and 6A. RGB value is (219,215,106). Sum of RGB (Red+Green+Blue) = 219+215+106=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD76A is #242895. Grayscale: #CCCCCC. Windows color (decimal): -2369686 or 7002075. OLE color: 7002075.

HSL color Cylindrical-coordinate representation of color #DBD76A: hue angle of 57.88º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBD76A is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 215 106 -
CMYK 0 0.02 0.52 0.14
HSL 57.88º 0.61% 0.64% -
HSV(B) 57.88º 0.52% 0.86% -
XYZ 56.12 64.7 23.17 -
YUV 203.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 219 215 106 0 0.02 0.52 0.14 57.88 0.61 0.64
Hex DB D7 6A 0 2 34 E 3A 3D 40
Octal 333 327 152 0 2 64 16 72 75 100
Binary 11011011 11010111 1101010 0 10 110100 1110 111010 111101 1000000

Color Harmonies of #DBD76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD76A

Black with #DBD76A

Text Example


Text Example

White with #DBD76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD76A; }

 p { color: rgb(219,215,106); }

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

background-color css

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

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

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

border-color css

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

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

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