Html Css Color HEX #DD9967 Porsche

📋 copy color: '#DD9967'

red 221 ◦ green 153 ◦ blue 103

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

Shades of Porsche #DD9967

Tints of Porsche #DD9967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.59%

R = 46.33%
G = 32.08%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD9967 (or 0xDD9967) is known color: Porsche. HEX triplet: DD, 99 and 67. RGB value is (221,153,103). Sum of RGB (Red+Green+Blue) = 221+153+103=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9967 is #226698. Grayscale: #A7A7A7. Windows color (decimal): -2254489 or 6789597. OLE color: 6789597.

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

Color convert

RGB 221 153 103 -
CMYK 0 0.31 0.53 0.13
HSL 25.42º 0.63% 0.64% -
HSV(B) 25.42º 0.53% 0.87% -
XYZ 43.66 39.13 18.08 -
YUV 167.63 91.53 166.07 -
System Red Green Blue C M Y K H S L
Decimal 221 153 103 0 0.31 0.53 0.13 25.42 0.63 0.64
Hex DD 99 67 0 1F 35 D 19 3F 40
Octal 335 231 147 0 37 65 15 31 77 100
Binary 11011101 10011001 1100111 0 11111 110101 1101 11001 111111 1000000

Color Harmonies of #DD9967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9967

Black with #DD9967

Text Example


Text Example

White with #DD9967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9967; }

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

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

background-color css

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

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

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

border-color css

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

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

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