Html Css Color HEX #D8B072 Putty

📋 copy color: '#D8B072'

red 216 ◦ green 176 ◦ blue 114

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

Shades of Putty #D8B072

Tints of Putty #D8B072

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.78%

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

R = 42.69%
G = 34.78%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8B072 (or 0xD8B072) is known color: Putty. HEX triplet: D8, B0 and 72. RGB value is (216,176,114). Sum of RGB (Red+Green+Blue) = 216+176+114=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B072 is #274F8D. Grayscale: #B5B5B5. Windows color (decimal): -2576270 or 7516376. OLE color: 7516376.

HSL color Cylindrical-coordinate representation of color #D8B072: hue angle of 36.47º 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 #D8B072 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 176 114 -
CMYK 0 0.19 0.47 0.15
HSL 36.47º 0.57% 0.65% -
HSV(B) 36.47º 0.47% 0.85% -
XYZ 46.88 46.86 22.49 -
YUV 180.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 216 176 114 0 0.19 0.47 0.15 36.47 0.57 0.65
Hex D8 B0 72 0 13 2F F 24 39 41
Octal 330 260 162 0 23 57 17 44 71 101
Binary 11011000 10110000 1110010 0 10011 101111 1111 100100 111001 1000001

Color Harmonies of #D8B072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B072

Black with #D8B072

Text Example


Text Example

White with #D8B072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B072; }

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

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

background-color css

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

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

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

border-color css

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

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

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