Html Css Color HEX #D0B673 Putty

📋 copy color: '#D0B673'

red 208 ◦ green 182 ◦ blue 115

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

Shades of Putty #D0B673

Tints of Putty #D0B673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.77%

R = 41.19%
G = 36.04%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D0B673 (or 0xD0B673) is known color: Putty. HEX triplet: D0, B6 and 73. RGB value is (208,182,115). Sum of RGB (Red+Green+Blue) = 208+182+115=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B673 is #2F498C. Grayscale: #B6B6B6. Windows color (decimal): -3099021 or 7583440. OLE color: 7583440.

HSL color Cylindrical-coordinate representation of color #D0B673: hue angle of 43.23º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0B673 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 182 115 -
CMYK 0 0.12 0.45 0.18
HSL 43.23º 0.5% 0.63% -
HSV(B) 43.23º 0.45% 0.82% -
XYZ 45.83 48.1 23.09 -
YUV 182.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 208 182 115 0 0.12 0.45 0.18 43.23 0.5 0.63
Hex D0 B6 73 0 C 2D 12 2B 32 3F
Octal 320 266 163 0 14 55 22 53 62 77
Binary 11010000 10110110 1110011 0 1100 101101 10010 101011 110010 111111

Color Harmonies of #D0B673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B673

Black with #D0B673

Text Example


Text Example

White with #D0B673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B673; }

 p { color: rgb(208,182,115); }

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

background-color css

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

 a { background-color: rgb(208,182,115); }

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

border-color css

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

 span { border-color: rgb(208,182,115); }

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