Html Css Color HEX #D1B268 Putty

📋 copy color: '#D1B268'

red 209 ◦ green 178 ◦ blue 104

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

Shades of Putty #D1B268

Tints of Putty #D1B268

RGB

 RED value IS 209 (82.03% from 255) = 42.57%

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

 BLUE value IS 104 (41.02% from 255) = 21.18%

R = 42.57%
G = 36.25%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D1B268 (or 0xD1B268) is known color: Putty. HEX triplet: D1, B2 and 68. RGB value is (209,178,104). Sum of RGB (Red+Green+Blue) = 209+178+104=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B268 is #2E4D97. Grayscale: #B3B3B3. Windows color (decimal): -3034520 or 6861521. OLE color: 6861521.

HSL color Cylindrical-coordinate representation of color #D1B268: hue angle of 42.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1B268 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 178 104 -
CMYK 0 0.15 0.50 0.18
HSL 42.29º 0.53% 0.61% -
HSV(B) 42.29º 0.5% 0.82% -
XYZ 44.71 46.4 19.7 -
YUV 178.83 85.77 149.52 -
System Red Green Blue C M Y K H S L
Decimal 209 178 104 0 0.15 0.50 0.18 42.29 0.53 0.61
Hex D1 B2 68 0 F 32 12 2A 35 3D
Octal 321 262 150 0 17 62 22 52 65 75
Binary 11010001 10110010 1101000 0 1111 110010 10010 101010 110101 111101

Color Harmonies of #D1B268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B268

Black with #D1B268

Text Example


Text Example

White with #D1B268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B268; }

 p { color: rgb(209,178,104); }

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

background-color css

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

 a { background-color: rgb(209,178,104); }

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

border-color css

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

 span { border-color: rgb(209,178,104); }

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