Html Css Color HEX #D28397 Puce

📋 copy color: '#D28397'

red 210 ◦ green 131 ◦ blue 151

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

Shades of Puce #D28397

Tints of Puce #D28397

RGB

 RED value IS 210 (82.42% from 255) = 42.68%

 GREEN value IS 131 (51.56% from 255) = 26.63%

 BLUE value IS 151 (59.38% from 255) = 30.69%

R = 42.68%
G = 26.63%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D28397 (or 0xD28397) is known color: Puce. HEX triplet: D2, 83 and 97. RGB value is (210,131,151). Sum of RGB (Red+Green+Blue) = 210+131+151=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D28397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28397 is #2D7C68. Grayscale: #9C9C9C. Windows color (decimal): -2980969 or 9929682. OLE color: 9929682.

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

Color convert

RGB 210 131 151 -
CMYK 0 0.38 0.28 0.18
HSL 344.81º 0.47% 0.67% -
HSV(B) 344.81º 0.38% 0.82% -
XYZ 40.28 32.17 33.36 -
YUV 156.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 210 131 151 0 0.38 0.28 0.18 344.81 0.47 0.67
Hex D2 83 97 0 26 1C 12 159 2F 43
Octal 322 203 227 0 46 34 22 531 57 103
Binary 11010010 10000011 10010111 0 100110 11100 10010 101011001 101111 1000011

Color Harmonies of #D28397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28397

Black with #D28397

Text Example


Text Example

White with #D28397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28397; }

 p { color: rgb(210,131,151); }

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

background-color css

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

 a { background-color: rgb(210,131,151); }

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

border-color css

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

 span { border-color: rgb(210,131,151); }

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