Html Css Color HEX #D5B46B Putty

📋 copy color: '#D5B46B'

red 213 ◦ green 180 ◦ blue 107

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

Shades of Putty #D5B46B

Tints of Putty #D5B46B

RGB

 RED value IS 213 (83.59% from 255) = 42.6%

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

 BLUE value IS 107 (42.19% from 255) = 21.4%

R = 42.6%
G = 36%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5B46B (or 0xD5B46B) is known color: Putty. HEX triplet: D5, B4 and 6B. RGB value is (213,180,107). Sum of RGB (Red+Green+Blue) = 213+180+107=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B46B is #2A4B94. Grayscale: #B5B5B5. Windows color (decimal): -2771861 or 7058645. OLE color: 7058645.

HSL color Cylindrical-coordinate representation of color #D5B46B: hue angle of 41.32º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5B46B is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 180 107 -
CMYK 0 0.15 0.50 0.16
HSL 41.32º 0.56% 0.63% -
HSV(B) 41.32º 0.5% 0.84% -
XYZ 46.42 47.85 20.7 -
YUV 181.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 213 180 107 0 0.15 0.50 0.16 41.32 0.56 0.63
Hex D5 B4 6B 0 F 32 10 29 38 3F
Octal 325 264 153 0 17 62 20 51 70 77
Binary 11010101 10110100 1101011 0 1111 110010 10000 101001 111000 111111

Color Harmonies of #D5B46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B46B

Black with #D5B46B

Text Example


Text Example

White with #D5B46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B46B; }

 p { color: rgb(213,180,107); }

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

background-color css

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

 a { background-color: rgb(213,180,107); }

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

border-color css

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

 span { border-color: rgb(213,180,107); }

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