Html Css Color HEX #D2BC40 Old Gold

📋 copy color: '#D2BC40'

red 210 ◦ green 188 ◦ blue 64

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

Shades of Old Gold #D2BC40

Tints of Old Gold #D2BC40

RGB

 RED value IS 210 (82.42% from 255) = 45.45%

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

 BLUE value IS 64 (25.39% from 255) = 13.85%

R = 45.45%
G = 40.69%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2BC40 (or 0xD2BC40) is known color: Old Gold. HEX triplet: D2, BC and 40. RGB value is (210,188,64). Sum of RGB (Red+Green+Blue) = 210+188+64=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BC40 is #2D43BF. Grayscale: #B4B4B4. Windows color (decimal): -2966464 or 4242642. OLE color: 4242642.

HSL color Cylindrical-coordinate representation of color #D2BC40: hue angle of 50.96º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2BC40 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 188 64 -
CMYK 0 0.10 0.70 0.18
HSL 50.96º 0.62% 0.54% -
HSV(B) 50.96º 0.7% 0.82% -
XYZ 45.49 50.04 12.11 -
YUV 180.44 62.29 149.08 -
System Red Green Blue C M Y K H S L
Decimal 210 188 64 0 0.10 0.70 0.18 50.96 0.62 0.54
Hex D2 BC 40 0 A 46 12 33 3E 36
Octal 322 274 100 0 12 106 22 63 76 66
Binary 11010010 10111100 1000000 0 1010 1000110 10010 110011 111110 110110

Color Harmonies of #D2BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BC40

Black with #D2BC40

Text Example


Text Example

White with #D2BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BC40; }

 p { color: rgb(210,188,64); }

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

background-color css

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

 a { background-color: rgb(210,188,64); }

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

border-color css

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

 span { border-color: rgb(210,188,64); }

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