Html Css Color HEX #D8B672 Putty

📋 copy color: '#D8B672'

red 216 ◦ green 182 ◦ blue 114

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

Shades of Putty #D8B672

Tints of Putty #D8B672

RGB

 RED value IS 216 (84.77% from 255) = 42.19%

 GREEN value IS 182 (71.48% from 255) = 35.55%

 BLUE value IS 114 (44.92% from 255) = 22.27%

R = 42.19%
G = 35.55%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8B672 (or 0xD8B672) is known color: Putty. HEX triplet: D8, B6 and 72. RGB value is (216,182,114). Sum of RGB (Red+Green+Blue) = 216+182+114=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B672 is #27498D. Grayscale: #B8B8B8. Windows color (decimal): -2574734 or 7517912. OLE color: 7517912.

HSL color Cylindrical-coordinate representation of color #D8B672: hue angle of 40º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8B672 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 182 114 -
CMYK 0 0.16 0.47 0.15
HSL 40º 0.57% 0.65% -
HSV(B) 40º 0.47% 0.85% -
XYZ 48.08 49.27 22.9 -
YUV 184.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 216 182 114 0 0.16 0.47 0.15 40 0.57 0.65
Hex D8 B6 72 0 10 2F F 28 39 41
Octal 330 266 162 0 20 57 17 50 71 101
Binary 11011000 10110110 1110010 0 10000 101111 1111 101000 111001 1000001

Color Harmonies of #D8B672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B672

Black with #D8B672

Text Example


Text Example

White with #D8B672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B672; }

 p { color: rgb(216,182,114); }

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

background-color css

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

 a { background-color: rgb(216,182,114); }

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

border-color css

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

 span { border-color: rgb(216,182,114); }

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