Html Css Color HEX #DBBA44 Old Gold

📋 copy color: '#DBBA44'

red 219 ◦ green 186 ◦ blue 68

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

Shades of Old Gold #DBBA44

Tints of Old Gold #DBBA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.38%

R = 46.3%
G = 39.32%
B = 14.38%

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

#DBBA44 (or 0xDBBA44) is known color: Old Gold. HEX triplet: DB, BA and 44. RGB value is (219,186,68). Sum of RGB (Red+Green+Blue) = 219+186+68=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA44 is #2445BB. Grayscale: #B6B6B6. Windows color (decimal): -2377148 or 4504283. OLE color: 4504283.

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

Color convert

RGB 219 186 68 -
CMYK 0 0.15 0.69 0.14
HSL 46.89º 0.68% 0.56% -
HSV(B) 46.89º 0.69% 0.86% -
XYZ 47.82 50.6 12.71 -
YUV 182.42 63.43 154.09 -
System Red Green Blue C M Y K H S L
Decimal 219 186 68 0 0.15 0.69 0.14 46.89 0.68 0.56
Hex DB BA 44 0 F 45 E 2F 44 38
Octal 333 272 104 0 17 105 16 57 104 70
Binary 11011011 10111010 1000100 0 1111 1000101 1110 101111 1000100 111000

Color Harmonies of #DBBA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA44

Black with #DBBA44

Text Example


Text Example

White with #DBBA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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