Html Css Color HEX #DC988C Petite Orchid

📋 copy color: '#DC988C'

red 220 ◦ green 152 ◦ blue 140

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

Shades of Petite Orchid #DC988C

Tints of Petite Orchid #DC988C

RGB

 RED value IS 220 (86.33% from 255) = 42.97%

 GREEN value IS 152 (59.77% from 255) = 29.69%

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 42.97%
G = 29.69%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC988C (or 0xDC988C) is known color: Petite Orchid. HEX triplet: DC, 98 and 8C. RGB value is (220,152,140). Sum of RGB (Red+Green+Blue) = 220+152+140=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC988C is #236773. Grayscale: #ABABAB. Windows color (decimal): -2320244 or 9214172. OLE color: 9214172.

HSL color Cylindrical-coordinate representation of color #DC988C: hue angle of 9º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC988C is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 152 140 -
CMYK 0 0.31 0.36 0.14
HSL 0.53% 0.71% -
HSV(B) 0.36% 0.86% -
XYZ 45.48 39.57 30.05 -
YUV 170.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 220 152 140 0 0.31 0.36 0.14 9 0.53 0.71
Hex DC 98 8C 0 1F 24 E 9 35 47
Octal 334 230 214 0 37 44 16 11 65 107
Binary 11011100 10011000 10001100 0 11111 100100 1110 1001 110101 1000111

Color Harmonies of #DC988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC988C

Black with #DC988C

Text Example


Text Example

White with #DC988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC988C; }

 p { color: rgb(220,152,140); }

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

background-color css

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

 a { background-color: rgb(220,152,140); }

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

border-color css

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

 span { border-color: rgb(220,152,140); }

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