Html Css Color HEX #D4B46F Putty

📋 copy color: '#D4B46F'

red 212 ◦ green 180 ◦ blue 111

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

Shades of Putty #D4B46F

Tints of Putty #D4B46F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.79%

 BLUE value IS 111 (43.75% from 255) = 22.07%

R = 42.15%
G = 35.79%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4B46F (or 0xD4B46F) is known color: Putty. HEX triplet: D4, B4 and 6F. RGB value is (212,180,111). Sum of RGB (Red+Green+Blue) = 212+180+111=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B46F is #2B4B90. Grayscale: #B6B6B6. Windows color (decimal): -2837393 or 7320788. OLE color: 7320788.

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

Color convert

RGB 212 180 111 -
CMYK 0 0.15 0.48 0.17
HSL 40.99º 0.54% 0.63% -
HSV(B) 40.99º 0.48% 0.83% -
XYZ 46.34 47.79 21.82 -
YUV 181.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 212 180 111 0 0.15 0.48 0.17 40.99 0.54 0.63
Hex D4 B4 6F 0 F 30 11 29 36 3F
Octal 324 264 157 0 17 60 21 51 66 77
Binary 11010100 10110100 1101111 0 1111 110000 10001 101001 110110 111111

Color Harmonies of #D4B46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B46F

Black with #D4B46F

Text Example


Text Example

White with #D4B46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B46F; }

 p { color: rgb(212,180,111); }

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

background-color css

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

 a { background-color: rgb(212,180,111); }

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

border-color css

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

 span { border-color: rgb(212,180,111); }

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