Html Css Color HEX #D4B273 Putty

📋 copy color: '#D4B273'

red 212 ◦ green 178 ◦ blue 115

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

Shades of Putty #D4B273

Tints of Putty #D4B273

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.25%

 BLUE value IS 115 (45.31% from 255) = 22.77%

R = 41.98%
G = 35.25%
B = 22.77%

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

#D4B273 (or 0xD4B273) is known color: Putty. HEX triplet: D4, B2 and 73. RGB value is (212,178,115). Sum of RGB (Red+Green+Blue) = 212+178+115=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B273 is #2B4D8C. Grayscale: #B5B5B5. Windows color (decimal): -2837901 or 7582420. OLE color: 7582420.

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

Color convert

RGB 212 178 115 -
CMYK 0 0.16 0.46 0.17
HSL 38.97º 0.53% 0.64% -
HSV(B) 38.97º 0.46% 0.83% -
XYZ 46.17 47.08 22.87 -
YUV 180.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 212 178 115 0 0.16 0.46 0.17 38.97 0.53 0.64
Hex D4 B2 73 0 10 2E 11 27 35 40
Octal 324 262 163 0 20 56 21 47 65 100
Binary 11010100 10110010 1110011 0 10000 101110 10001 100111 110101 1000000

Color Harmonies of #D4B273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B273

Black with #D4B273

Text Example


Text Example

White with #D4B273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B273; }

 p { color: rgb(212,178,115); }

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

background-color css

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

 a { background-color: rgb(212,178,115); }

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

border-color css

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

 span { border-color: rgb(212,178,115); }

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