Html Css Color HEX #DBB742 Old Gold

📋 copy color: '#DBB742'

red 219 ◦ green 183 ◦ blue 66

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

Shades of Old Gold #DBB742

Tints of Old Gold #DBB742

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.1%

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

R = 46.79%
G = 39.1%
B = 14.1%

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

#DBB742 (or 0xDBB742) is known color: Old Gold. HEX triplet: DB, B7 and 42. RGB value is (219,183,66). Sum of RGB (Red+Green+Blue) = 219+183+66=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB742 is #2448BD. Grayscale: #B4B4B4. Windows color (decimal): -2377918 or 4372443. OLE color: 4372443.

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

Color convert

RGB 219 183 66 -
CMYK 0 0.16 0.70 0.14
HSL 45.88º 0.68% 0.56% -
HSV(B) 45.88º 0.7% 0.86% -
XYZ 47.13 49.32 12.19 -
YUV 180.43 63.43 155.51 -
System Red Green Blue C M Y K H S L
Decimal 219 183 66 0 0.16 0.70 0.14 45.88 0.68 0.56
Hex DB B7 42 0 10 46 E 2E 44 38
Octal 333 267 102 0 20 106 16 56 104 70
Binary 11011011 10110111 1000010 0 10000 1000110 1110 101110 1000100 111000

Color Harmonies of #DBB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB742

Black with #DBB742

Text Example


Text Example

White with #DBB742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB742; }

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

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

background-color css

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

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

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

border-color css

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

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

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