Html Css Color HEX #D0BC48 Old Gold

📋 copy color: '#D0BC48'

red 208 ◦ green 188 ◦ blue 72

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

Shades of Old Gold #D0BC48

Tints of Old Gold #D0BC48

RGB

 RED value IS 208 (81.64% from 255) = 44.44%

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

 BLUE value IS 72 (28.52% from 255) = 15.38%

R = 44.44%
G = 40.17%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D0BC48 (or 0xD0BC48) is known color: Old Gold. HEX triplet: D0, BC and 48. RGB value is (208,188,72). Sum of RGB (Red+Green+Blue) = 208+188+72=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC48 is #2F43B7. Grayscale: #B5B5B5. Windows color (decimal): -3097528 or 4766928. OLE color: 4766928.

HSL color Cylindrical-coordinate representation of color #D0BC48: hue angle of 51.18º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0BC48 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 188 72 -
CMYK 0 0.10 0.65 0.18
HSL 51.18º 0.59% 0.55% -
HSV(B) 51.18º 0.65% 0.82% -
XYZ 45.17 49.84 13.37 -
YUV 180.76 66.63 147.43 -
System Red Green Blue C M Y K H S L
Decimal 208 188 72 0 0.10 0.65 0.18 51.18 0.59 0.55
Hex D0 BC 48 0 A 41 12 33 3B 37
Octal 320 274 110 0 12 101 22 63 73 67
Binary 11010000 10111100 1001000 0 1010 1000001 10010 110011 111011 110111

Color Harmonies of #D0BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC48

Black with #D0BC48

Text Example


Text Example

White with #D0BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC48; }

 p { color: rgb(208,188,72); }

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

background-color css

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

 a { background-color: rgb(208,188,72); }

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

border-color css

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

 span { border-color: rgb(208,188,72); }

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