Html Css Color HEX #DC988B Petite Orchid

📋 copy color: '#DC988B'

red 220 ◦ green 152 ◦ blue 139

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

Shades of Petite Orchid #DC988B

Tints of Petite Orchid #DC988B

RGB

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

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

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

R = 43.05%
G = 29.75%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC988B (or 0xDC988B) is known color: Petite Orchid. HEX triplet: DC, 98 and 8B. RGB value is (220,152,139). Sum of RGB (Red+Green+Blue) = 220+152+139=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC988B is #236774. Grayscale: #AAAAAA. Windows color (decimal): -2320245 or 9148636. OLE color: 9148636.

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

Color convert

RGB 220 152 139 -
CMYK 0 0.31 0.37 0.14
HSL 9.63º 0.54% 0.7% -
HSV(B) 9.63º 0.37% 0.86% -
XYZ 45.4 39.54 29.66 -
YUV 170.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 220 152 139 0 0.31 0.37 0.14 9.63 0.54 0.7
Hex DC 98 8B 0 1F 25 E A 36 46
Octal 334 230 213 0 37 45 16 12 66 106
Binary 11011100 10011000 10001011 0 11111 100101 1110 1010 110110 1000110

Color Harmonies of #DC988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC988B

Black with #DC988B

Text Example


Text Example

White with #DC988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC988B; }

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

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

background-color css

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

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

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

border-color css

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

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

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