Html Css Color HEX #DD968B Petite Orchid

📋 copy color: '#DD968B'

red 221 ◦ green 150 ◦ blue 139

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

Shades of Petite Orchid #DD968B

Tints of Petite Orchid #DD968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.41%

 BLUE value IS 139 (54.69% from 255) = 27.25%

R = 43.33%
G = 29.41%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD968B (or 0xDD968B) is known color: Petite Orchid. HEX triplet: DD, 96 and 8B. RGB value is (221,150,139). Sum of RGB (Red+Green+Blue) = 221+150+139=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD968B is #226974. Grayscale: #AAAAAA. Windows color (decimal): -2255221 or 9148125. OLE color: 9148125.

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

Color convert

RGB 221 150 139 -
CMYK 0 0.32 0.37 0.13
HSL 8.05º 0.55% 0.71% -
HSV(B) 8.05º 0.37% 0.87% -
XYZ 45.39 39.05 29.57 -
YUV 169.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 221 150 139 0 0.32 0.37 0.13 8.05 0.55 0.71
Hex DD 96 8B 0 20 25 D 8 37 47
Octal 335 226 213 0 40 45 15 10 67 107
Binary 11011101 10010110 10001011 0 100000 100101 1101 1000 110111 1000111

Color Harmonies of #DD968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD968B

Black with #DD968B

Text Example


Text Example

White with #DD968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD968B; }

 p { color: rgb(221,150,139); }

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

background-color css

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

 a { background-color: rgb(221,150,139); }

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

border-color css

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

 span { border-color: rgb(221,150,139); }

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