Html Css Color HEX #D2BC3F Old Gold

📋 copy color: '#D2BC3F'

red 210 ◦ green 188 ◦ blue 63

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

Shades of Old Gold #D2BC3F

Tints of Old Gold #D2BC3F

RGB

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

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

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

R = 45.55%
G = 40.78%
B = 13.67%

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

#D2BC3F (or 0xD2BC3F) is known color: Old Gold. HEX triplet: D2, BC and 3F. RGB value is (210,188,63). Sum of RGB (Red+Green+Blue) = 210+188+63=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BC3F is #2D43C0. Grayscale: #B4B4B4. Windows color (decimal): -2966465 or 4177106. OLE color: 4177106.

HSL color Cylindrical-coordinate representation of color #D2BC3F: hue angle of 51.02º 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 #D2BC3F is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 188 63 -
CMYK 0 0.10 0.70 0.18
HSL 51.02º 0.62% 0.54% -
HSV(B) 51.02º 0.7% 0.82% -
XYZ 45.46 50.03 11.96 -
YUV 180.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 210 188 63 0 0.10 0.70 0.18 51.02 0.62 0.54
Hex D2 BC 3F 0 A 46 12 33 3E 36
Octal 322 274 77 0 12 106 22 63 76 66
Binary 11010010 10111100 111111 0 1010 1000110 10010 110011 111110 110110

Color Harmonies of #D2BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BC3F

Black with #D2BC3F

Text Example


Text Example

White with #D2BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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