Html Css Color HEX #DBBB44 Old Gold

📋 copy color: '#DBBB44'

red 219 ◦ green 187 ◦ blue 68

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

Shades of Old Gold #DBBB44

Tints of Old Gold #DBBB44

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.45%

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

R = 46.2%
G = 39.45%
B = 14.35%

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

#DBBB44 (or 0xDBBB44) is known color: Old Gold. HEX triplet: DB, BB and 44. RGB value is (219,187,68). Sum of RGB (Red+Green+Blue) = 219+187+68=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB44 is #2444BB. Grayscale: #B7B7B7. Windows color (decimal): -2376892 or 4504539. OLE color: 4504539.

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

Color convert

RGB 219 187 68 -
CMYK 0 0.15 0.69 0.14
HSL 47.28º 0.68% 0.56% -
HSV(B) 47.28º 0.69% 0.86% -
XYZ 48.03 51.02 12.79 -
YUV 183 63.1 153.68 -
System Red Green Blue C M Y K H S L
Decimal 219 187 68 0 0.15 0.69 0.14 47.28 0.68 0.56
Hex DB BB 44 0 F 45 E 2F 44 38
Octal 333 273 104 0 17 105 16 57 104 70
Binary 11011011 10111011 1000100 0 1111 1000101 1110 101111 1000100 111000

Color Harmonies of #DBBB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB44

Black with #DBBB44

Text Example


Text Example

White with #DBBB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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