Html Css Color HEX #D4B370 Putty

📋 copy color: '#D4B370'

red 212 ◦ green 179 ◦ blue 112

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

Shades of Putty #D4B370

Tints of Putty #D4B370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.59%

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

R = 42.15%
G = 35.59%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D4B370 (or 0xD4B370) is known color: Putty. HEX triplet: D4, B3 and 70. RGB value is (212,179,112). Sum of RGB (Red+Green+Blue) = 212+179+112=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B370 is #2B4C8F. Grayscale: #B5B5B5. Windows color (decimal): -2837648 or 7386068. OLE color: 7386068.

HSL color Cylindrical-coordinate representation of color #D4B370: hue angle of 40.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4B370 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 179 112 -
CMYK 0 0.16 0.47 0.17
HSL 40.2º 0.54% 0.64% -
HSV(B) 40.2º 0.47% 0.83% -
XYZ 46.2 47.41 22.04 -
YUV 181.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 212 179 112 0 0.16 0.47 0.17 40.2 0.54 0.64
Hex D4 B3 70 0 10 2F 11 28 36 40
Octal 324 263 160 0 20 57 21 50 66 100
Binary 11010100 10110011 1110000 0 10000 101111 10001 101000 110110 1000000

Color Harmonies of #D4B370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B370

Black with #D4B370

Text Example


Text Example

White with #D4B370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B370; }

 p { color: rgb(212,179,112); }

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

background-color css

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

 a { background-color: rgb(212,179,112); }

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

border-color css

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

 span { border-color: rgb(212,179,112); }

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