Html Css Color HEX #DBBC3F Old Gold

📋 copy color: '#DBBC3F'

red 219 ◦ green 188 ◦ blue 63

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

Shades of Old Gold #DBBC3F

Tints of Old Gold #DBBC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.4%

R = 46.6%
G = 40%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBBC3F (or 0xDBBC3F) is known color: Old Gold. HEX triplet: DB, BC and 3F. RGB value is (219,188,63). Sum of RGB (Red+Green+Blue) = 219+188+63=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC3F is #2443C0. Grayscale: #B7B7B7. Windows color (decimal): -2376641 or 4177115. OLE color: 4177115.

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

Color convert

RGB 219 188 63 -
CMYK 0 0.14 0.71 0.14
HSL 48.08º 0.68% 0.55% -
HSV(B) 48.08º 0.71% 0.86% -
XYZ 48.09 51.39 12.09 -
YUV 183.02 60.27 153.66 -
System Red Green Blue C M Y K H S L
Decimal 219 188 63 0 0.14 0.71 0.14 48.08 0.68 0.55
Hex DB BC 3F 0 E 47 E 30 44 37
Octal 333 274 77 0 16 107 16 60 104 67
Binary 11011011 10111100 111111 0 1110 1000111 1110 110000 1000100 110111

Color Harmonies of #DBBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC3F

Black with #DBBC3F

Text Example


Text Example

White with #DBBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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