Html Css Color HEX #D2B474 Putty

📋 copy color: '#D2B474'

red 210 ◦ green 180 ◦ blue 116

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

Shades of Putty #D2B474

Tints of Putty #D2B474

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.57%

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

R = 41.5%
G = 35.57%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D2B474 (or 0xD2B474) is known color: Putty. HEX triplet: D2, B4 and 74. RGB value is (210,180,116). Sum of RGB (Red+Green+Blue) = 210+180+116=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B474 is #2D4B8B. Grayscale: #B5B5B5. Windows color (decimal): -2968460 or 7648466. OLE color: 7648466.

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

Color convert

RGB 210 180 116 -
CMYK 0 0.14 0.45 0.18
HSL 40.85º 0.51% 0.64% -
HSV(B) 40.85º 0.45% 0.82% -
XYZ 46.05 47.61 23.28 -
YUV 181.67 90.94 148.2 -
System Red Green Blue C M Y K H S L
Decimal 210 180 116 0 0.14 0.45 0.18 40.85 0.51 0.64
Hex D2 B4 74 0 E 2D 12 29 33 40
Octal 322 264 164 0 16 55 22 51 63 100
Binary 11010010 10110100 1110100 0 1110 101101 10010 101001 110011 1000000

Color Harmonies of #D2B474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B474

Black with #D2B474

Text Example


Text Example

White with #D2B474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B474; }

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

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

background-color css

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

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

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

border-color css

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

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

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