Html Css Color HEX #D2B874 Putty

📋 copy color: '#D2B874'

red 210 ◦ green 184 ◦ blue 116

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

Shades of Putty #D2B874

Tints of Putty #D2B874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.08%

 BLUE value IS 116 (45.7% from 255) = 22.75%

R = 41.18%
G = 36.08%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D2B874 (or 0xD2B874) is known color: Putty. HEX triplet: D2, B8 and 74. RGB value is (210,184,116). Sum of RGB (Red+Green+Blue) = 210+184+116=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B874 is #2D478B. Grayscale: #B8B8B8. Windows color (decimal): -2967436 or 7649490. OLE color: 7649490.

HSL color Cylindrical-coordinate representation of color #D2B874: hue angle of 43.4º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2B874 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 184 116 -
CMYK 0 0.12 0.45 0.18
HSL 43.4º 0.51% 0.64% -
HSV(B) 43.4º 0.45% 0.82% -
XYZ 46.87 49.24 23.56 -
YUV 184.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 210 184 116 0 0.12 0.45 0.18 43.4 0.51 0.64
Hex D2 B8 74 0 C 2D 12 2B 33 40
Octal 322 270 164 0 14 55 22 53 63 100
Binary 11010010 10111000 1110100 0 1100 101101 10010 101011 110011 1000000

Color Harmonies of #D2B874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B874

Black with #D2B874

Text Example


Text Example

White with #D2B874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B874; }

 p { color: rgb(210,184,116); }

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

background-color css

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

 a { background-color: rgb(210,184,116); }

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

border-color css

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

 span { border-color: rgb(210,184,116); }

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