Html Css Color HEX #D4B372 Putty

📋 copy color: '#D4B372'

red 212 ◦ green 179 ◦ blue 114

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

Shades of Putty #D4B372

Tints of Putty #D4B372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.57%

R = 41.98%
G = 35.45%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D4B372 (or 0xD4B372) is known color: Putty. HEX triplet: D4, B3 and 72. RGB value is (212,179,114). Sum of RGB (Red+Green+Blue) = 212+179+114=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B372 is #2B4C8D. Grayscale: #B5B5B5. Windows color (decimal): -2837646 or 7517140. OLE color: 7517140.

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

Color convert

RGB 212 179 114 -
CMYK 0 0.16 0.46 0.17
HSL 39.8º 0.53% 0.64% -
HSV(B) 39.8º 0.46% 0.83% -
XYZ 46.31 47.45 22.64 -
YUV 181.46 89.93 149.79 -
System Red Green Blue C M Y K H S L
Decimal 212 179 114 0 0.16 0.46 0.17 39.8 0.53 0.64
Hex D4 B3 72 0 10 2E 11 28 35 40
Octal 324 263 162 0 20 56 21 50 65 100
Binary 11010100 10110011 1110010 0 10000 101110 10001 101000 110101 1000000

Color Harmonies of #D4B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B372

Black with #D4B372

Text Example


Text Example

White with #D4B372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B372; }

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

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

background-color css

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

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

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

border-color css

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

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

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