Html Css Color HEX #DD978A Petite Orchid

📋 copy color: '#DD978A'

red 221 ◦ green 151 ◦ blue 138

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

Shades of Petite Orchid #DD978A

Tints of Petite Orchid #DD978A

RGB

 RED value IS 221 (86.72% from 255) = 43.33%

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

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

R = 43.33%
G = 29.61%
B = 27.06%

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

#DD978A (or 0xDD978A) is known color: Petite Orchid. HEX triplet: DD, 97 and 8A. RGB value is (221,151,138). Sum of RGB (Red+Green+Blue) = 221+151+138=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD978A is #226875. Grayscale: #AAAAAA. Windows color (decimal): -2254966 or 9082845. OLE color: 9082845.

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

Color convert

RGB 221 151 138 -
CMYK 0 0.32 0.38 0.13
HSL 9.4º 0.55% 0.7% -
HSV(B) 9.4º 0.38% 0.87% -
XYZ 45.47 39.34 29.24 -
YUV 170.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 221 151 138 0 0.32 0.38 0.13 9.4 0.55 0.7
Hex DD 97 8A 0 20 26 D 9 37 46
Octal 335 227 212 0 40 46 15 11 67 106
Binary 11011101 10010111 10001010 0 100000 100110 1101 1001 110111 1000110

Color Harmonies of #DD978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD978A

Black with #DD978A

Text Example


Text Example

White with #DD978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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