Html Css Color HEX #DBBD3C Old Gold

📋 copy color: '#DBBD3C'

red 219 ◦ green 189 ◦ blue 60

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

Shades of Old Gold #DBBD3C

Tints of Old Gold #DBBD3C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.38%

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

R = 46.79%
G = 40.38%
B = 12.82%

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

#DBBD3C (or 0xDBBD3C) is known color: Old Gold. HEX triplet: DB, BD and 3C. RGB value is (219,189,60). Sum of RGB (Red+Green+Blue) = 219+189+60=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD3C is #2442C3. Grayscale: #B7B7B7. Windows color (decimal): -2376388 or 3980763. OLE color: 3980763.

HSL color Cylindrical-coordinate representation of color #DBBD3C: hue angle of 48.68º 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 #DBBD3C is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 189 60 -
CMYK 0 0.14 0.73 0.14
HSL 48.68º 0.69% 0.55% -
HSV(B) 48.68º 0.73% 0.86% -
XYZ 48.23 51.78 11.73 -
YUV 183.26 58.44 153.49 -
System Red Green Blue C M Y K H S L
Decimal 219 189 60 0 0.14 0.73 0.14 48.68 0.69 0.55
Hex DB BD 3C 0 E 49 E 31 45 37
Octal 333 275 74 0 16 111 16 61 105 67
Binary 11011011 10111101 111100 0 1110 1001001 1110 110001 1000101 110111

Color Harmonies of #DBBD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBD3C

Black with #DBBD3C

Text Example


Text Example

White with #DBBD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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