Html Css Color HEX #D4A26C Putty

📋 copy color: '#D4A26C'

red 212 ◦ green 162 ◦ blue 108

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

Shades of Putty #D4A26C

Tints of Putty #D4A26C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.61%

 BLUE value IS 108 (42.58% from 255) = 22.41%

R = 43.98%
G = 33.61%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4A26C (or 0xD4A26C) is known color: Putty. HEX triplet: D4, A2 and 6C. RGB value is (212,162,108). Sum of RGB (Red+Green+Blue) = 212+162+108=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A26C is #2B5D93. Grayscale: #ABABAB. Windows color (decimal): -2842004 or 7119572. OLE color: 7119572.

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

Color convert

RGB 212 162 108 -
CMYK 0 0.24 0.49 0.17
HSL 31.15º 0.55% 0.63% -
HSV(B) 31.15º 0.49% 0.83% -
XYZ 42.78 40.92 19.83 -
YUV 170.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 212 162 108 0 0.24 0.49 0.17 31.15 0.55 0.63
Hex D4 A2 6C 0 18 31 11 1F 37 3F
Octal 324 242 154 0 30 61 21 37 67 77
Binary 11010100 10100010 1101100 0 11000 110001 10001 11111 110111 111111

Color Harmonies of #D4A26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A26C

Black with #D4A26C

Text Example


Text Example

White with #D4A26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A26C; }

 p { color: rgb(212,162,108); }

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

background-color css

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

 a { background-color: rgb(212,162,108); }

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

border-color css

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

 span { border-color: rgb(212,162,108); }

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