Html Css Color HEX #DD988A Petite Orchid

📋 copy color: '#DD988A'

red 221 ◦ green 152 ◦ blue 138

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

Shades of Petite Orchid #DD988A

Tints of Petite Orchid #DD988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.75%

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

R = 43.25%
G = 29.75%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD988A (or 0xDD988A) is known color: Petite Orchid. HEX triplet: DD, 98 and 8A. RGB value is (221,152,138). Sum of RGB (Red+Green+Blue) = 221+152+138=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD988A is #226775. Grayscale: #ABABAB. Windows color (decimal): -2254710 or 9083101. OLE color: 9083101.

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

Color convert

RGB 221 152 138 -
CMYK 0 0.31 0.38 0.13
HSL 10.12º 0.55% 0.7% -
HSV(B) 10.12º 0.38% 0.87% -
XYZ 45.63 39.66 29.3 -
YUV 171.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 221 152 138 0 0.31 0.38 0.13 10.12 0.55 0.7
Hex DD 98 8A 0 1F 26 D A 37 46
Octal 335 230 212 0 37 46 15 12 67 106
Binary 11011101 10011000 10001010 0 11111 100110 1101 1010 110111 1000110

Color Harmonies of #DD988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD988A

Black with #DD988A

Text Example


Text Example

White with #DD988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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