Html Css Color HEX #DBBB45 Old Gold

📋 copy color: '#DBBB45'

red 219 ◦ green 187 ◦ blue 69

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

Shades of Old Gold #DBBB45

Tints of Old Gold #DBBB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.53%

R = 46.11%
G = 39.37%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBBB45 (or 0xDBBB45) is known color: Old Gold. HEX triplet: DB, BB and 45. RGB value is (219,187,69). Sum of RGB (Red+Green+Blue) = 219+187+69=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB45 is #2444BA. Grayscale: #B7B7B7. Windows color (decimal): -2376891 or 4570075. OLE color: 4570075.

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

Color convert

RGB 219 187 69 -
CMYK 0 0.15 0.68 0.14
HSL 47.2º 0.68% 0.56% -
HSV(B) 47.2º 0.68% 0.86% -
XYZ 48.06 51.03 12.95 -
YUV 183.12 63.6 153.59 -
System Red Green Blue C M Y K H S L
Decimal 219 187 69 0 0.15 0.68 0.14 47.2 0.68 0.56
Hex DB BB 45 0 F 44 E 2F 44 38
Octal 333 273 105 0 17 104 16 57 104 70
Binary 11011011 10111011 1000101 0 1111 1000100 1110 101111 1000100 111000

Color Harmonies of #DBBB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB45

Black with #DBBB45

Text Example


Text Example

White with #DBBB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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