Html Css Color HEX #DF978A Petite Orchid

📋 copy color: '#DF978A'

red 223 ◦ green 151 ◦ blue 138

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

Shades of Petite Orchid #DF978A

Tints of Petite Orchid #DF978A

RGB

 RED value IS 223 (87.5% from 255) = 43.55%

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

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 43.55%
G = 29.49%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF978A (or 0xDF978A) is known color: Petite Orchid. HEX triplet: DF, 97 and 8A. RGB value is (223,151,138). Sum of RGB (Red+Green+Blue) = 223+151+138=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF978A is #206875. Grayscale: #ABABAB. Windows color (decimal): -2123894 or 9082847. OLE color: 9082847.

HSL color Cylindrical-coordinate representation of color #DF978A: hue angle of 9.18º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF978A is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 151 138 -
CMYK 0 0.32 0.38 0.13
HSL 9.18º 0.57% 0.71% -
HSV(B) 9.18º 0.38% 0.87% -
XYZ 46.09 39.66 29.27 -
YUV 171.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 223 151 138 0 0.32 0.38 0.13 9.18 0.57 0.71
Hex DF 97 8A 0 20 26 D 9 39 47
Octal 337 227 212 0 40 46 15 11 71 107
Binary 11011111 10010111 10001010 0 100000 100110 1101 1001 111001 1000111

Color Harmonies of #DF978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF978A

Black with #DF978A

Text Example


Text Example

White with #DF978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF978A; }

 p { color: rgb(223,151,138); }

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

background-color css

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

 a { background-color: rgb(223,151,138); }

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

border-color css

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

 span { border-color: rgb(223,151,138); }

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