Html Css Color HEX #D3B545 Old Gold

📋 copy color: '#D3B545'

red 211 ◦ green 181 ◦ blue 69

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

Shades of Old Gold #D3B545

Tints of Old Gold #D3B545

RGB

 RED value IS 211 (82.81% from 255) = 45.77%

 GREEN value IS 181 (71.09% from 255) = 39.26%

 BLUE value IS 69 (27.34% from 255) = 14.97%

R = 45.77%
G = 39.26%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D3B545 (or 0xD3B545) is known color: Old Gold. HEX triplet: D3, B5 and 45. RGB value is (211,181,69). Sum of RGB (Red+Green+Blue) = 211+181+69=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B545 is #2C4ABA. Grayscale: #B1B1B1. Windows color (decimal): -2902715 or 4568531. OLE color: 4568531.

HSL color Cylindrical-coordinate representation of color #D3B545: hue angle of 47.32º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3B545 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 181 69 -
CMYK 0 0.14 0.67 0.17
HSL 47.32º 0.62% 0.55% -
HSV(B) 47.32º 0.67% 0.83% -
XYZ 44.46 47.33 12.42 -
YUV 177.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 211 181 69 0 0.14 0.67 0.17 47.32 0.62 0.55
Hex D3 B5 45 0 E 43 11 2F 3E 37
Octal 323 265 105 0 16 103 21 57 76 67
Binary 11010011 10110101 1000101 0 1110 1000011 10001 101111 111110 110111

Color Harmonies of #D3B545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B545

Black with #D3B545

Text Example


Text Example

White with #D3B545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B545; }

 p { color: rgb(211,181,69); }

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

background-color css

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

 a { background-color: rgb(211,181,69); }

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

border-color css

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

 span { border-color: rgb(211,181,69); }

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