Html Css Color HEX #D2B074 Putty

📋 copy color: '#D2B074'

red 210 ◦ green 176 ◦ blue 116

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

Shades of Putty #D2B074

Tints of Putty #D2B074

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.06%

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

R = 41.83%
G = 35.06%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D2B074 (or 0xD2B074) is known color: Putty. HEX triplet: D2, B0 and 74. RGB value is (210,176,116). Sum of RGB (Red+Green+Blue) = 210+176+116=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B074 is #2D4F8B. Grayscale: #B3B3B3. Windows color (decimal): -2969484 or 7647442. OLE color: 7647442.

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

Color convert

RGB 210 176 116 -
CMYK 0 0.16 0.45 0.18
HSL 38.3º 0.51% 0.64% -
HSV(B) 38.3º 0.45% 0.82% -
XYZ 45.26 46.01 23.02 -
YUV 179.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 210 176 116 0 0.16 0.45 0.18 38.3 0.51 0.64
Hex D2 B0 74 0 10 2D 12 26 33 40
Octal 322 260 164 0 20 55 22 46 63 100
Binary 11010010 10110000 1110100 0 10000 101101 10010 100110 110011 1000000

Color Harmonies of #D2B074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B074

Black with #D2B074

Text Example


Text Example

White with #D2B074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B074; }

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

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

background-color css

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

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

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

border-color css

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

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

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