Html Css Color HEX #DC978B Petite Orchid

📋 copy color: '#DC978B'

red 220 ◦ green 151 ◦ blue 139

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

Shades of Petite Orchid #DC978B

Tints of Petite Orchid #DC978B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.61%

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

R = 43.14%
G = 29.61%
B = 27.25%

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

#DC978B (or 0xDC978B) is known color: Petite Orchid. HEX triplet: DC, 97 and 8B. RGB value is (220,151,139). Sum of RGB (Red+Green+Blue) = 220+151+139=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC978B is #236874. Grayscale: #AAAAAA. Windows color (decimal): -2320501 or 9148380. OLE color: 9148380.

HSL color Cylindrical-coordinate representation of color #DC978B: hue angle of 8.89º 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 #DC978B is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 151 139 -
CMYK 0 0.31 0.37 0.14
HSL 8.89º 0.54% 0.7% -
HSV(B) 8.89º 0.37% 0.86% -
XYZ 45.24 39.21 29.61 -
YUV 170.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 220 151 139 0 0.31 0.37 0.14 8.89 0.54 0.7
Hex DC 97 8B 0 1F 25 E 9 36 46
Octal 334 227 213 0 37 45 16 11 66 106
Binary 11011100 10010111 10001011 0 11111 100101 1110 1001 110110 1000110

Color Harmonies of #DC978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC978B

Black with #DC978B

Text Example


Text Example

White with #DC978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC978B; }

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

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

background-color css

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

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

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

border-color css

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

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

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