Html Css Color HEX #D0B476 Putty

📋 copy color: '#D0B476'

red 208 ◦ green 180 ◦ blue 118

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

Shades of Putty #D0B476

Tints of Putty #D0B476

RGB

 RED value IS 208 (81.64% from 255) = 41.11%

 GREEN value IS 180 (70.7% from 255) = 35.57%

 BLUE value IS 118 (46.48% from 255) = 23.32%

R = 41.11%
G = 35.57%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D0B476 (or 0xD0B476) is known color: Putty. HEX triplet: D0, B4 and 76. RGB value is (208,180,118). Sum of RGB (Red+Green+Blue) = 208+180+118=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B476 is #2F4B89. Grayscale: #B5B5B5. Windows color (decimal): -3099530 or 7779536. OLE color: 7779536.

HSL color Cylindrical-coordinate representation of color #D0B476: hue angle of 41.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0B476 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 180 118 -
CMYK 0 0.13 0.43 0.18
HSL 41.33º 0.49% 0.64% -
HSV(B) 41.33º 0.43% 0.82% -
XYZ 45.6 47.36 23.88 -
YUV 181.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 208 180 118 0 0.13 0.43 0.18 41.33 0.49 0.64
Hex D0 B4 76 0 D 2B 12 29 31 40
Octal 320 264 166 0 15 53 22 51 61 100
Binary 11010000 10110100 1110110 0 1101 101011 10010 101001 110001 1000000

Color Harmonies of #D0B476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B476

Black with #D0B476

Text Example


Text Example

White with #D0B476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B476; }

 p { color: rgb(208,180,118); }

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

background-color css

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

 a { background-color: rgb(208,180,118); }

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

border-color css

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

 span { border-color: rgb(208,180,118); }

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