Html Css Color HEX #D2B974 Putty

📋 copy color: '#D2B974'

red 210 ◦ green 185 ◦ blue 116

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

Shades of Putty #D2B974

Tints of Putty #D2B974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.2%

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

R = 41.1%
G = 36.2%
B = 22.7%

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

#D2B974 (or 0xD2B974) is known color: Putty. HEX triplet: D2, B9 and 74. RGB value is (210,185,116). Sum of RGB (Red+Green+Blue) = 210+185+116=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B974 is #2D468B. Grayscale: #B8B8B8. Windows color (decimal): -2967180 or 7649746. OLE color: 7649746.

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

Color convert

RGB 210 185 116 -
CMYK 0 0.12 0.45 0.18
HSL 44.04º 0.51% 0.64% -
HSV(B) 44.04º 0.45% 0.82% -
XYZ 47.08 49.66 23.63 -
YUV 184.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 210 185 116 0 0.12 0.45 0.18 44.04 0.51 0.64
Hex D2 B9 74 0 C 2D 12 2C 33 40
Octal 322 271 164 0 14 55 22 54 63 100
Binary 11010010 10111001 1110100 0 1100 101101 10010 101100 110011 1000000

Color Harmonies of #D2B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B974

Black with #D2B974

Text Example


Text Example

White with #D2B974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B974; }

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

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

background-color css

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

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

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

border-color css

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

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

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