Html Css Color HEX #D0B46E Putty

📋 copy color: '#D0B46E'

red 208 ◦ green 180 ◦ blue 110

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

Shades of Putty #D0B46E

Tints of Putty #D0B46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.09%

R = 41.77%
G = 36.14%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0B46E (or 0xD0B46E) is known color: Putty. HEX triplet: D0, B4 and 6E. RGB value is (208,180,110). Sum of RGB (Red+Green+Blue) = 208+180+110=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B46E is #2F4B91. Grayscale: #B4B4B4. Windows color (decimal): -3099538 or 7255248. OLE color: 7255248.

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

Color convert

RGB 208 180 110 -
CMYK 0 0.13 0.47 0.18
HSL 42.86º 0.51% 0.62% -
HSV(B) 42.86º 0.47% 0.82% -
XYZ 45.15 47.18 21.48 -
YUV 180.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 208 180 110 0 0.13 0.47 0.18 42.86 0.51 0.62
Hex D0 B4 6E 0 D 2F 12 2B 33 3E
Octal 320 264 156 0 15 57 22 53 63 76
Binary 11010000 10110100 1101110 0 1101 101111 10010 101011 110011 111110

Color Harmonies of #D0B46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B46E

Black with #D0B46E

Text Example


Text Example

White with #D0B46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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