Html Css Color HEX #DD9C90 Petite Orchid

📋 copy color: '#DD9C90'

red 221 ◦ green 156 ◦ blue 144

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

Shades of Petite Orchid #DD9C90

Tints of Petite Orchid #DD9C90

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.94%

 BLUE value IS 144 (56.64% from 255) = 27.64%

R = 42.42%
G = 29.94%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD9C90 (or 0xDD9C90) is known color: Petite Orchid. HEX triplet: DD, 9C and 90. RGB value is (221,156,144). Sum of RGB (Red+Green+Blue) = 221+156+144=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9C90 is #22636F. Grayscale: #AEAEAE. Windows color (decimal): -2253680 or 9477341. OLE color: 9477341.

HSL color Cylindrical-coordinate representation of color #DD9C90: hue angle of 9.35º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD9C90 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 156 144 -
CMYK 0 0.29 0.35 0.13
HSL 9.35º 0.53% 0.72% -
HSV(B) 9.35º 0.35% 0.87% -
XYZ 46.74 41.16 31.87 -
YUV 174.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 221 156 144 0 0.29 0.35 0.13 9.35 0.53 0.72
Hex DD 9C 90 0 1D 23 D 9 35 48
Octal 335 234 220 0 35 43 15 11 65 110
Binary 11011101 10011100 10010000 0 11101 100011 1101 1001 110101 1001000

Color Harmonies of #DD9C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9C90

Black with #DD9C90

Text Example


Text Example

White with #DD9C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9C90; }

 p { color: rgb(221,156,144); }

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

background-color css

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

 a { background-color: rgb(221,156,144); }

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

border-color css

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

 span { border-color: rgb(221,156,144); }

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