Html Css Color HEX #DBBA43 Old Gold

📋 copy color: '#DBBA43'

red 219 ◦ green 186 ◦ blue 67

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

Shades of Old Gold #DBBA43

Tints of Old Gold #DBBA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.19%

R = 46.4%
G = 39.41%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DBBA43 (or 0xDBBA43) is known color: Old Gold. HEX triplet: DB, BA and 43. RGB value is (219,186,67). Sum of RGB (Red+Green+Blue) = 219+186+67=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 67 (26.56% from 255 or 14.19% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA43 is #2445BC. Grayscale: #B6B6B6. Windows color (decimal): -2377149 or 4438747. OLE color: 4438747.

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

Color convert

RGB 219 186 67 -
CMYK 0 0.15 0.69 0.14
HSL 46.97º 0.68% 0.56% -
HSV(B) 46.97º 0.69% 0.86% -
XYZ 47.79 50.58 12.56 -
YUV 182.3 62.93 154.18 -
System Red Green Blue C M Y K H S L
Decimal 219 186 67 0 0.15 0.69 0.14 46.97 0.68 0.56
Hex DB BA 43 0 F 45 E 2F 44 38
Octal 333 272 103 0 17 105 16 57 104 70
Binary 11011011 10111010 1000011 0 1111 1000101 1110 101111 1000100 111000

Color Harmonies of #DBBA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA43

Black with #DBBA43

Text Example


Text Example

White with #DBBA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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