Html Css Color HEX #D0B378 Putty

📋 copy color: '#D0B378'

red 208 ◦ green 179 ◦ blue 120

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

Shades of Putty #D0B378

Tints of Putty #D0B378

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.31%

 BLUE value IS 120 (47.27% from 255) = 23.67%

R = 41.03%
G = 35.31%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D0B378 (or 0xD0B378) is known color: Putty. HEX triplet: D0, B3 and 78. RGB value is (208,179,120). Sum of RGB (Red+Green+Blue) = 208+179+120=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B378 is #2F4C87. Grayscale: #B5B5B5. Windows color (decimal): -3099784 or 7910352. OLE color: 7910352.

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

Color convert

RGB 208 179 120 -
CMYK 0 0.14 0.42 0.18
HSL 40.23º 0.48% 0.64% -
HSV(B) 40.23º 0.42% 0.82% -
XYZ 45.52 47.01 24.44 -
YUV 180.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 208 179 120 0 0.14 0.42 0.18 40.23 0.48 0.64
Hex D0 B3 78 0 E 2A 12 28 30 40
Octal 320 263 170 0 16 52 22 50 60 100
Binary 11010000 10110011 1111000 0 1110 101010 10010 101000 110000 1000000

Color Harmonies of #D0B378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B378

Black with #D0B378

Text Example


Text Example

White with #D0B378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B378; }

 p { color: rgb(208,179,120); }

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

background-color css

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

 a { background-color: rgb(208,179,120); }

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

border-color css

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

 span { border-color: rgb(208,179,120); }

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