Html Css Color HEX #D7B26C Putty

📋 copy color: '#D7B26C'

red 215 ◦ green 178 ◦ blue 108

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

Shades of Putty #D7B26C

Tints of Putty #D7B26C

RGB

 RED value IS 215 (84.38% from 255) = 42.91%

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

 BLUE value IS 108 (42.58% from 255) = 21.56%

R = 42.91%
G = 35.53%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7B26C (or 0xD7B26C) is known color: Putty. HEX triplet: D7, B2 and 6C. RGB value is (215,178,108). Sum of RGB (Red+Green+Blue) = 215+178+108=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B26C is #284D93. Grayscale: #B5B5B5. Windows color (decimal): -2641300 or 7123671. OLE color: 7123671.

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

Color convert

RGB 215 178 108 -
CMYK 0 0.17 0.50 0.16
HSL 39.25º 0.57% 0.63% -
HSV(B) 39.25º 0.5% 0.84% -
XYZ 46.65 47.37 20.87 -
YUV 181.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 215 178 108 0 0.17 0.50 0.16 39.25 0.57 0.63
Hex D7 B2 6C 0 11 32 10 27 39 3F
Octal 327 262 154 0 21 62 20 47 71 77
Binary 11010111 10110010 1101100 0 10001 110010 10000 100111 111001 111111

Color Harmonies of #D7B26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B26C

Black with #D7B26C

Text Example


Text Example

White with #D7B26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B26C; }

 p { color: rgb(215,178,108); }

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

background-color css

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

 a { background-color: rgb(215,178,108); }

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

border-color css

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

 span { border-color: rgb(215,178,108); }

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