Html Css Color HEX #DC978D Petite Orchid

📋 copy color: '#DC978D'

red 220 ◦ green 151 ◦ blue 141

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

Shades of Petite Orchid #DC978D

Tints of Petite Orchid #DC978D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.54%

R = 42.97%
G = 29.49%
B = 27.54%

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

#DC978D (or 0xDC978D) is known color: Petite Orchid. HEX triplet: DC, 97 and 8D. RGB value is (220,151,141). Sum of RGB (Red+Green+Blue) = 220+151+141=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC978D is #236872. Grayscale: #AAAAAA. Windows color (decimal): -2320499 or 9279452. OLE color: 9279452.

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

Color convert

RGB 220 151 141 -
CMYK 0 0.31 0.36 0.14
HSL 7.59º 0.53% 0.71% -
HSV(B) 7.59º 0.36% 0.86% -
XYZ 45.39 39.27 30.39 -
YUV 170.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 220 151 141 0 0.31 0.36 0.14 7.59 0.53 0.71
Hex DC 97 8D 0 1F 24 E 8 35 47
Octal 334 227 215 0 37 44 16 10 65 107
Binary 11011100 10010111 10001101 0 11111 100100 1110 1000 110101 1000111

Color Harmonies of #DC978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC978D

Black with #DC978D

Text Example


Text Example

White with #DC978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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