Html Css Color HEX #DD8F90 Wewak

📋 copy color: '#DD8F90'

red 221 ◦ green 143 ◦ blue 144

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

Shades of Wewak #DD8F90

Tints of Wewak #DD8F90

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.15%

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

R = 43.5%
G = 28.15%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD8F90 (or 0xDD8F90) is known color: Wewak. HEX triplet: DD, 8F and 90. RGB value is (221,143,144). Sum of RGB (Red+Green+Blue) = 221+143+144=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F90 is #22706F. Grayscale: #A6A6A6. Windows color (decimal): -2257008 or 9474013. OLE color: 9474013.

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

Color convert

RGB 221 143 144 -
CMYK 0 0.35 0.35 0.13
HSL 359.23º 0.53% 0.71% -
HSV(B) 359.23º 0.35% 0.87% -
XYZ 44.68 37.03 31.18 -
YUV 166.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 221 143 144 0 0.35 0.35 0.13 359.23 0.53 0.71
Hex DD 8F 90 0 23 23 D 167 35 47
Octal 335 217 220 0 43 43 15 547 65 107
Binary 11011101 10001111 10010000 0 100011 100011 1101 101100111 110101 1000111

Color Harmonies of #DD8F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F90

Black with #DD8F90

Text Example


Text Example

White with #DD8F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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