Html Css Color HEX #D3BB40 Old Gold

📋 copy color: '#D3BB40'

red 211 ◦ green 187 ◦ blue 64

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

Shades of Old Gold #D3BB40

Tints of Old Gold #D3BB40

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.48%

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

R = 45.67%
G = 40.48%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D3BB40 (or 0xD3BB40) is known color: Old Gold. HEX triplet: D3, BB and 40. RGB value is (211,187,64). Sum of RGB (Red+Green+Blue) = 211+187+64=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BB40 is #2C44BF. Grayscale: #B4B4B4. Windows color (decimal): -2901184 or 4242387. OLE color: 4242387.

HSL color Cylindrical-coordinate representation of color #D3BB40: hue angle of 50.2º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3BB40 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 187 64 -
CMYK 0 0.11 0.70 0.17
HSL 50.2º 0.63% 0.54% -
HSV(B) 50.2º 0.7% 0.83% -
XYZ 45.56 49.76 12.05 -
YUV 180.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 211 187 64 0 0.11 0.70 0.17 50.2 0.63 0.54
Hex D3 BB 40 0 B 46 11 32 3F 36
Octal 323 273 100 0 13 106 21 62 77 66
Binary 11010011 10111011 1000000 0 1011 1000110 10001 110010 111111 110110

Color Harmonies of #D3BB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BB40

Black with #D3BB40

Text Example


Text Example

White with #D3BB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BB40; }

 p { color: rgb(211,187,64); }

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

background-color css

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

 a { background-color: rgb(211,187,64); }

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

border-color css

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

 span { border-color: rgb(211,187,64); }

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