Html Css Color HEX #D8A570 Putty

📋 copy color: '#D8A570'

red 216 ◦ green 165 ◦ blue 112

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

Shades of Putty #D8A570

Tints of Putty #D8A570

RGB

 RED value IS 216 (84.77% from 255) = 43.81%

 GREEN value IS 165 (64.84% from 255) = 33.47%

 BLUE value IS 112 (44.14% from 255) = 22.72%

R = 43.81%
G = 33.47%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8A570 (or 0xD8A570) is known color: Putty. HEX triplet: D8, A5 and 70. RGB value is (216,165,112). Sum of RGB (Red+Green+Blue) = 216+165+112=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A570 is #275A8F. Grayscale: #AEAEAE. Windows color (decimal): -2579088 or 7382488. OLE color: 7382488.

HSL color Cylindrical-coordinate representation of color #D8A570: hue angle of 30.58º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8A570 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 165 112 -
CMYK 0 0.24 0.48 0.15
HSL 30.58º 0.57% 0.64% -
HSV(B) 30.58º 0.48% 0.85% -
XYZ 44.7 42.68 21.21 -
YUV 174.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 216 165 112 0 0.24 0.48 0.15 30.58 0.57 0.64
Hex D8 A5 70 0 18 30 F 1F 39 40
Octal 330 245 160 0 30 60 17 37 71 100
Binary 11011000 10100101 1110000 0 11000 110000 1111 11111 111001 1000000

Color Harmonies of #D8A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A570

Black with #D8A570

Text Example


Text Example

White with #D8A570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A570; }

 p { color: rgb(216,165,112); }

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

background-color css

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

 a { background-color: rgb(216,165,112); }

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

border-color css

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

 span { border-color: rgb(216,165,112); }

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