Html Css Color HEX #D4A36B Putty

📋 copy color: '#D4A36B'

red 212 ◦ green 163 ◦ blue 107

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

Shades of Putty #D4A36B

Tints of Putty #D4A36B

RGB

 RED value IS 212 (83.2% from 255) = 43.98%

 GREEN value IS 163 (64.06% from 255) = 33.82%

 BLUE value IS 107 (42.19% from 255) = 22.2%

R = 43.98%
G = 33.82%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4A36B (or 0xD4A36B) is known color: Putty. HEX triplet: D4, A3 and 6B. RGB value is (212,163,107). Sum of RGB (Red+Green+Blue) = 212+163+107=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A36B is #2B5C94. Grayscale: #ABABAB. Windows color (decimal): -2841749 or 7054292. OLE color: 7054292.

HSL color Cylindrical-coordinate representation of color #D4A36B: hue angle of 32º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4A36B is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 163 107 -
CMYK 0 0.23 0.50 0.17
HSL 32º 0.55% 0.63% -
HSV(B) 32º 0.5% 0.83% -
XYZ 42.9 41.25 19.61 -
YUV 171.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 212 163 107 0 0.23 0.50 0.17 32 0.55 0.63
Hex D4 A3 6B 0 17 32 11 20 37 3F
Octal 324 243 153 0 27 62 21 40 67 77
Binary 11010100 10100011 1101011 0 10111 110010 10001 100000 110111 111111

Color Harmonies of #D4A36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A36B

Black with #D4A36B

Text Example


Text Example

White with #D4A36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A36B; }

 p { color: rgb(212,163,107); }

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

background-color css

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

 a { background-color: rgb(212,163,107); }

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

border-color css

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

 span { border-color: rgb(212,163,107); }

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