Html Css Color HEX #D3B734 Old Gold

📋 copy color: '#D3B734'

red 211 ◦ green 183 ◦ blue 52

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

Shades of Old Gold #D3B734

Tints of Old Gold #D3B734

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.03%

 BLUE value IS 52 (20.7% from 255) = 11.66%

R = 47.31%
G = 41.03%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D3B734 (or 0xD3B734) is known color: Old Gold. HEX triplet: D3, B7 and 34. RGB value is (211,183,52). Sum of RGB (Red+Green+Blue) = 211+183+52=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B734 is #2C48CB. Grayscale: #B0B0B0. Windows color (decimal): -2902220 or 3454931. OLE color: 3454931.

HSL color Cylindrical-coordinate representation of color #D3B734: hue angle of 49.43º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3B734 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 183 52 -
CMYK 0 0.13 0.75 0.17
HSL 49.43º 0.64% 0.52% -
HSV(B) 49.43º 0.75% 0.83% -
XYZ 44.42 47.96 10.17 -
YUV 176.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 211 183 52 0 0.13 0.75 0.17 49.43 0.64 0.52
Hex D3 B7 34 0 D 4B 11 31 40 34
Octal 323 267 64 0 15 113 21 61 100 64
Binary 11010011 10110111 110100 0 1101 1001011 10001 110001 1000000 110100

Color Harmonies of #D3B734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B734

Black with #D3B734

Text Example


Text Example

White with #D3B734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B734; }

 p { color: rgb(211,183,52); }

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

background-color css

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

 a { background-color: rgb(211,183,52); }

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

border-color css

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

 span { border-color: rgb(211,183,52); }

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