Html Css Color HEX #D0B075 Putty

📋 copy color: '#D0B075'

red 208 ◦ green 176 ◦ blue 117

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

Shades of Putty #D0B075

Tints of Putty #D0B075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.35%

R = 41.52%
G = 35.13%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0B075 (or 0xD0B075) is known color: Putty. HEX triplet: D0, B0 and 75. RGB value is (208,176,117). Sum of RGB (Red+Green+Blue) = 208+176+117=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B075 is #2F4F8A. Grayscale: #B3B3B3. Windows color (decimal): -3100555 or 7712976. OLE color: 7712976.

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

Color convert

RGB 208 176 117 -
CMYK 0 0.15 0.44 0.18
HSL 38.9º 0.49% 0.64% -
HSV(B) 38.9º 0.44% 0.82% -
XYZ 44.75 45.74 23.3 -
YUV 178.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 208 176 117 0 0.15 0.44 0.18 38.9 0.49 0.64
Hex D0 B0 75 0 F 2C 12 27 31 40
Octal 320 260 165 0 17 54 22 47 61 100
Binary 11010000 10110000 1110101 0 1111 101100 10010 100111 110001 1000000

Color Harmonies of #D0B075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B075

Black with #D0B075

Text Example


Text Example

White with #D0B075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B075; }

 p { color: rgb(208,176,117); }

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

background-color css

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

 a { background-color: rgb(208,176,117); }

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

border-color css

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

 span { border-color: rgb(208,176,117); }

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