Html Css Color HEX #D0858B Puce

📋 copy color: '#D0858B'

red 208 ◦ green 133 ◦ blue 139

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

Shades of Puce #D0858B

Tints of Puce #D0858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.71%

 BLUE value IS 139 (54.69% from 255) = 28.96%

R = 43.33%
G = 27.71%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0858B (or 0xD0858B) is known color: Puce. HEX triplet: D0, 85 and 8B. RGB value is (208,133,139). Sum of RGB (Red+Green+Blue) = 208+133+139=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D0858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0858B is #2F7A74. Grayscale: #9C9C9C. Windows color (decimal): -3111541 or 9143760. OLE color: 9143760.

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

Color convert

RGB 208 133 139 -
CMYK 0 0.36 0.33 0.18
HSL 355.2º 0.44% 0.67% -
HSV(B) 355.2º 0.36% 0.82% -
XYZ 39.06 32.05 28.55 -
YUV 156.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 208 133 139 0 0.36 0.33 0.18 355.2 0.44 0.67
Hex D0 85 8B 0 24 21 12 163 2C 43
Octal 320 205 213 0 44 41 22 543 54 103
Binary 11010000 10000101 10001011 0 100100 100001 10010 101100011 101100 1000011

Color Harmonies of #D0858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0858B

Black with #D0858B

Text Example


Text Example

White with #D0858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0858B; }

 p { color: rgb(208,133,139); }

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

background-color css

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

 a { background-color: rgb(208,133,139); }

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

border-color css

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

 span { border-color: rgb(208,133,139); }

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