Html Css Color HEX #DD9961 Porsche

📋 copy color: '#DD9961'

red 221 ◦ green 153 ◦ blue 97

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

Shades of Porsche #DD9961

Tints of Porsche #DD9961

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.48%

 BLUE value IS 97 (38.28% from 255) = 20.59%

R = 46.92%
G = 32.48%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD9961 (or 0xDD9961) is known color: Porsche. HEX triplet: DD, 99 and 61. RGB value is (221,153,97). Sum of RGB (Red+Green+Blue) = 221+153+97=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9961 is #22669E. Grayscale: #A7A7A7. Windows color (decimal): -2254495 or 6396381. OLE color: 6396381.

HSL color Cylindrical-coordinate representation of color #DD9961: hue angle of 27.1º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD9961 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 153 97 -
CMYK 0 0.31 0.56 0.13
HSL 27.1º 0.65% 0.62% -
HSV(B) 27.1º 0.56% 0.87% -
XYZ 43.37 39.02 16.55 -
YUV 166.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 221 153 97 0 0.31 0.56 0.13 27.1 0.65 0.62
Hex DD 99 61 0 1F 38 D 1B 41 3E
Octal 335 231 141 0 37 70 15 33 101 76
Binary 11011101 10011001 1100001 0 11111 111000 1101 11011 1000001 111110

Color Harmonies of #DD9961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9961

Black with #DD9961

Text Example


Text Example

White with #DD9961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9961; }

 p { color: rgb(221,153,97); }

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

background-color css

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

 a { background-color: rgb(221,153,97); }

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

border-color css

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

 span { border-color: rgb(221,153,97); }

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