Html Css Color HEX #DBD86A Goldenrod

📋 copy color: '#DBD86A'

red 219 ◦ green 216 ◦ blue 106

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

Shades of Goldenrod #DBD86A

Tints of Goldenrod #DBD86A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.93%

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

R = 40.48%
G = 39.93%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DBD86A (or 0xDBD86A) is known color: Goldenrod. HEX triplet: DB, D8 and 6A. RGB value is (219,216,106). Sum of RGB (Red+Green+Blue) = 219+216+106=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD86A is #242795. Grayscale: #CCCCCC. Windows color (decimal): -2369430 or 7002331. OLE color: 7002331.

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

Color convert

RGB 219 216 106 -
CMYK 0 0.01 0.52 0.14
HSL 58.41º 0.61% 0.64% -
HSV(B) 58.41º 0.52% 0.86% -
XYZ 56.37 65.21 23.25 -
YUV 204.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 219 216 106 0 0.01 0.52 0.14 58.41 0.61 0.64
Hex DB D8 6A 0 1 34 E 3A 3D 40
Octal 333 330 152 0 1 64 16 72 75 100
Binary 11011011 11011000 1101010 0 1 110100 1110 111010 111101 1000000

Color Harmonies of #DBD86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD86A

Black with #DBD86A

Text Example


Text Example

White with #DBD86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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