Html Css Color HEX #DBBC3C Old Gold

📋 copy color: '#DBBC3C'

red 219 ◦ green 188 ◦ blue 60

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

Shades of Old Gold #DBBC3C

Tints of Old Gold #DBBC3C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.26%

 BLUE value IS 60 (23.83% from 255) = 12.85%

R = 46.9%
G = 40.26%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBBC3C (or 0xDBBC3C) is known color: Old Gold. HEX triplet: DB, BC and 3C. RGB value is (219,188,60). Sum of RGB (Red+Green+Blue) = 219+188+60=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC3C is #2443C3. Grayscale: #B7B7B7. Windows color (decimal): -2376644 or 3980507. OLE color: 3980507.

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

Color convert

RGB 219 188 60 -
CMYK 0 0.14 0.73 0.14
HSL 48.3º 0.69% 0.55% -
HSV(B) 48.3º 0.73% 0.86% -
XYZ 48.01 51.35 11.66 -
YUV 182.68 58.77 153.91 -
System Red Green Blue C M Y K H S L
Decimal 219 188 60 0 0.14 0.73 0.14 48.3 0.69 0.55
Hex DB BC 3C 0 E 49 E 30 45 37
Octal 333 274 74 0 16 111 16 60 105 67
Binary 11011011 10111100 111100 0 1110 1001001 1110 110000 1000101 110111

Color Harmonies of #DBBC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC3C

Black with #DBBC3C

Text Example


Text Example

White with #DBBC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC3C; }

 p { color: rgb(219,188,60); }

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

background-color css

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

 a { background-color: rgb(219,188,60); }

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

border-color css

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

 span { border-color: rgb(219,188,60); }

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