Html Css Color HEX #DBBB39 Old Gold

📋 copy color: '#DBBB39'

red 219 ◦ green 187 ◦ blue 57

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

Shades of Old Gold #DBBB39

Tints of Old Gold #DBBB39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.31%

R = 47.3%
G = 40.39%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBBB39 (or 0xDBBB39) is known color: Old Gold. HEX triplet: DB, BB and 39. RGB value is (219,187,57). Sum of RGB (Red+Green+Blue) = 219+187+57=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 57 (22.66% from 255 or 12.31% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB39 is #2444C6. Grayscale: #B6B6B6. Windows color (decimal): -2376903 or 3783643. OLE color: 3783643.

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

Color convert

RGB 219 187 57 -
CMYK 0 0.15 0.74 0.14
HSL 48.15º 0.69% 0.54% -
HSV(B) 48.15º 0.74% 0.86% -
XYZ 47.72 50.9 11.18 -
YUV 181.75 57.6 154.57 -
System Red Green Blue C M Y K H S L
Decimal 219 187 57 0 0.15 0.74 0.14 48.15 0.69 0.54
Hex DB BB 39 0 F 4A E 30 45 36
Octal 333 273 71 0 17 112 16 60 105 66
Binary 11011011 10111011 111001 0 1111 1001010 1110 110000 1000101 110110

Color Harmonies of #DBBB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB39

Black with #DBBB39

Text Example


Text Example

White with #DBBB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB39; }

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

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

background-color css

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

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

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

border-color css

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

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

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