Html Css Color HEX #DBB942 Old Gold

📋 copy color: '#DBB942'

red 219 ◦ green 185 ◦ blue 66

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

Shades of Old Gold #DBB942

Tints of Old Gold #DBB942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.36%

 BLUE value IS 66 (26.17% from 255) = 14.04%

R = 46.6%
G = 39.36%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBB942 (or 0xDBB942) is known color: Old Gold. HEX triplet: DB, B9 and 42. RGB value is (219,185,66). Sum of RGB (Red+Green+Blue) = 219+185+66=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB942 is #2446BD. Grayscale: #B6B6B6. Windows color (decimal): -2377406 or 4372955. OLE color: 4372955.

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

Color convert

RGB 219 185 66 -
CMYK 0 0.16 0.70 0.14
HSL 46.67º 0.68% 0.56% -
HSV(B) 46.67º 0.7% 0.86% -
XYZ 47.55 50.15 12.33 -
YUV 181.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 219 185 66 0 0.16 0.70 0.14 46.67 0.68 0.56
Hex DB B9 42 0 10 46 E 2F 44 38
Octal 333 271 102 0 20 106 16 57 104 70
Binary 11011011 10111001 1000010 0 10000 1000110 1110 101111 1000100 111000

Color Harmonies of #DBB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB942

Black with #DBB942

Text Example


Text Example

White with #DBB942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB942; }

 p { color: rgb(219,185,66); }

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

background-color css

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

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

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

border-color css

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

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

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