Html Css Color HEX #D28492 Puce

📋 copy color: '#D28492'

red 210 ◦ green 132 ◦ blue 146

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

Shades of Puce #D28492

Tints of Puce #D28492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.05%

 BLUE value IS 146 (57.42% from 255) = 29.92%

R = 43.03%
G = 27.05%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D28492 (or 0xD28492) is known color: Puce. HEX triplet: D2, 84 and 92. RGB value is (210,132,146). Sum of RGB (Red+Green+Blue) = 210+132+146=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D28492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28492 is #2D7B6D. Grayscale: #9C9C9C. Windows color (decimal): -2980718 or 9602258. OLE color: 9602258.

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

Color convert

RGB 210 132 146 -
CMYK 0 0.37 0.30 0.18
HSL 349.23º 0.46% 0.67% -
HSV(B) 349.23º 0.37% 0.82% -
XYZ 40.02 32.28 31.32 -
YUV 156.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 210 132 146 0 0.37 0.30 0.18 349.23 0.46 0.67
Hex D2 84 92 0 25 1E 12 15D 2E 43
Octal 322 204 222 0 45 36 22 535 56 103
Binary 11010010 10000100 10010010 0 100101 11110 10010 101011101 101110 1000011

Color Harmonies of #D28492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28492

Black with #D28492

Text Example


Text Example

White with #D28492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28492; }

 p { color: rgb(210,132,146); }

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

background-color css

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

 a { background-color: rgb(210,132,146); }

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

border-color css

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

 span { border-color: rgb(210,132,146); }

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