Html Css Color HEX #DBBA42 Old Gold

📋 copy color: '#DBBA42'

red 219 ◦ green 186 ◦ blue 66

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

Shades of Old Gold #DBBA42

Tints of Old Gold #DBBA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.49%

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

R = 46.5%
G = 39.49%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBBA42 (or 0xDBBA42) is known color: Old Gold. HEX triplet: DB, BA and 42. RGB value is (219,186,66). Sum of RGB (Red+Green+Blue) = 219+186+66=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA42 is #2445BD. Grayscale: #B6B6B6. Windows color (decimal): -2377150 or 4373211. OLE color: 4373211.

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

Color convert

RGB 219 186 66 -
CMYK 0 0.15 0.70 0.14
HSL 47.06º 0.68% 0.56% -
HSV(B) 47.06º 0.7% 0.86% -
XYZ 47.76 50.57 12.4 -
YUV 182.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 219 186 66 0 0.15 0.70 0.14 47.06 0.68 0.56
Hex DB BA 42 0 F 46 E 2F 44 38
Octal 333 272 102 0 17 106 16 57 104 70
Binary 11011011 10111010 1000010 0 1111 1000110 1110 101111 1000100 111000

Color Harmonies of #DBBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA42

Black with #DBBA42

Text Example


Text Example

White with #DBBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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