Html Css Color HEX #DBBB41 Old Gold

📋 copy color: '#DBBB41'

red 219 ◦ green 187 ◦ blue 65

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

Shades of Old Gold #DBBB41

Tints of Old Gold #DBBB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.8%

R = 46.5%
G = 39.7%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBBB41 (or 0xDBBB41) is known color: Old Gold. HEX triplet: DB, BB and 41. RGB value is (219,187,65). Sum of RGB (Red+Green+Blue) = 219+187+65=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB41 is #2444BE. Grayscale: #B7B7B7. Windows color (decimal): -2376895 or 4307931. OLE color: 4307931.

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

Color convert

RGB 219 187 65 -
CMYK 0 0.15 0.70 0.14
HSL 47.53º 0.68% 0.56% -
HSV(B) 47.53º 0.7% 0.86% -
XYZ 47.94 50.98 12.32 -
YUV 182.66 61.6 153.92 -
System Red Green Blue C M Y K H S L
Decimal 219 187 65 0 0.15 0.70 0.14 47.53 0.68 0.56
Hex DB BB 41 0 F 46 E 30 44 38
Octal 333 273 101 0 17 106 16 60 104 70
Binary 11011011 10111011 1000001 0 1111 1000110 1110 110000 1000100 111000

Color Harmonies of #DBBB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB41

Black with #DBBB41

Text Example


Text Example

White with #DBBB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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