Html Css Color HEX #D4B772 Putty

📋 copy color: '#D4B772'

red 212 ◦ green 183 ◦ blue 114

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

Shades of Putty #D4B772

Tints of Putty #D4B772

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.95%

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

R = 41.65%
G = 35.95%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D4B772 (or 0xD4B772) is known color: Putty. HEX triplet: D4, B7 and 72. RGB value is (212,183,114). Sum of RGB (Red+Green+Blue) = 212+183+114=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B772 is #2B488D. Grayscale: #B8B8B8. Windows color (decimal): -2836622 or 7518164. OLE color: 7518164.

HSL color Cylindrical-coordinate representation of color #D4B772: hue angle of 42.24º 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 #D4B772 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 183 114 -
CMYK 0 0.14 0.46 0.17
HSL 42.24º 0.53% 0.64% -
HSV(B) 42.24º 0.46% 0.83% -
XYZ 47.12 49.08 22.91 -
YUV 183.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 212 183 114 0 0.14 0.46 0.17 42.24 0.53 0.64
Hex D4 B7 72 0 E 2E 11 2A 35 40
Octal 324 267 162 0 16 56 21 52 65 100
Binary 11010100 10110111 1110010 0 1110 101110 10001 101010 110101 1000000

Color Harmonies of #D4B772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B772

Black with #D4B772

Text Example


Text Example

White with #D4B772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B772; }

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

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

background-color css

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

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

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

border-color css

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

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

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