Html Css Color HEX #D3B36B Putty

📋 copy color: '#D3B36B'

red 211 ◦ green 179 ◦ blue 107

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

Shades of Putty #D3B36B

Tints of Putty #D3B36B

RGB

 RED value IS 211 (82.81% from 255) = 42.45%

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

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

R = 42.45%
G = 36.02%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3B36B (or 0xD3B36B) is known color: Putty. HEX triplet: D3, B3 and 6B. RGB value is (211,179,107). Sum of RGB (Red+Green+Blue) = 211+179+107=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B36B is #2C4C94. Grayscale: #B4B4B4. Windows color (decimal): -2903189 or 7058387. OLE color: 7058387.

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

Color convert

RGB 211 179 107 -
CMYK 0 0.15 0.49 0.17
HSL 41.54º 0.54% 0.62% -
HSV(B) 41.54º 0.49% 0.83% -
XYZ 45.64 47.15 20.61 -
YUV 180.36 86.6 149.85 -
System Red Green Blue C M Y K H S L
Decimal 211 179 107 0 0.15 0.49 0.17 41.54 0.54 0.62
Hex D3 B3 6B 0 F 31 11 2A 36 3E
Octal 323 263 153 0 17 61 21 52 66 76
Binary 11010011 10110011 1101011 0 1111 110001 10001 101010 110110 111110

Color Harmonies of #D3B36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B36B

Black with #D3B36B

Text Example


Text Example

White with #D3B36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B36B; }

 p { color: rgb(211,179,107); }

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

background-color css

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

 a { background-color: rgb(211,179,107); }

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

border-color css

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

 span { border-color: rgb(211,179,107); }

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