Html Css Color HEX #D28692 Puce

📋 copy color: '#D28692'

red 210 ◦ green 134 ◦ blue 146

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

Shades of Puce #D28692

Tints of Puce #D28692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.35%

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

R = 42.86%
G = 27.35%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D28692 (or 0xD28692) is known color: Puce. HEX triplet: D2, 86 and 92. RGB value is (210,134,146). Sum of RGB (Red+Green+Blue) = 210+134+146=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D28692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28692 is #2D796D. Grayscale: #9E9E9E. Windows color (decimal): -2980206 or 9602770. OLE color: 9602770.

HSL color Cylindrical-coordinate representation of color #D28692: hue angle of 350.53º degrees, saturation: 0.46, 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 #D28692 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 134 146 -
CMYK 0 0.36 0.30 0.18
HSL 350.53º 0.46% 0.67% -
HSV(B) 350.53º 0.36% 0.82% -
XYZ 40.29 32.83 31.41 -
YUV 158.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 210 134 146 0 0.36 0.30 0.18 350.53 0.46 0.67
Hex D2 86 92 0 24 1E 12 15F 2E 43
Octal 322 206 222 0 44 36 22 537 56 103
Binary 11010010 10000110 10010010 0 100100 11110 10010 101011111 101110 1000011

Color Harmonies of #D28692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28692

Black with #D28692

Text Example


Text Example

White with #D28692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28692; }

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

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

background-color css

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

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

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

border-color css

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

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

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