Html Css Color HEX #D3B369 Putty

📋 copy color: '#D3B369'

red 211 ◦ green 179 ◦ blue 105

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

Shades of Putty #D3B369

Tints of Putty #D3B369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.21%

R = 42.63%
G = 36.16%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D3B369 (or 0xD3B369) is known color: Putty. HEX triplet: D3, B3 and 69. RGB value is (211,179,105). Sum of RGB (Red+Green+Blue) = 211+179+105=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B369 is #2C4C96. Grayscale: #B4B4B4. Windows color (decimal): -2903191 or 6927315. OLE color: 6927315.

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

Color convert

RGB 211 179 105 -
CMYK 0 0.15 0.50 0.17
HSL 41.89º 0.55% 0.62% -
HSV(B) 41.89º 0.5% 0.83% -
XYZ 45.53 47.11 20.06 -
YUV 180.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 211 179 105 0 0.15 0.50 0.17 41.89 0.55 0.62
Hex D3 B3 69 0 F 32 11 2A 37 3E
Octal 323 263 151 0 17 62 21 52 67 76
Binary 11010011 10110011 1101001 0 1111 110010 10001 101010 110111 111110

Color Harmonies of #D3B369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B369

Black with #D3B369

Text Example


Text Example

White with #D3B369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B369; }

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

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

background-color css

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

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

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

border-color css

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

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

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