Html Css Color HEX #DD995C Porsche

📋 copy color: '#DD995C'

red 221 ◦ green 153 ◦ blue 92

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

Shades of Porsche #DD995C

Tints of Porsche #DD995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.74%

R = 47.42%
G = 32.83%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD995C (or 0xDD995C) is known color: Porsche. HEX triplet: DD, 99 and 5C. RGB value is (221,153,92). Sum of RGB (Red+Green+Blue) = 221+153+92=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD995C is #2266A3. Grayscale: #A6A6A6. Windows color (decimal): -2254500 or 6068701. OLE color: 6068701.

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

Color convert

RGB 221 153 92 -
CMYK 0 0.31 0.58 0.13
HSL 28.37º 0.65% 0.61% -
HSV(B) 28.37º 0.58% 0.87% -
XYZ 43.14 38.93 15.37 -
YUV 166.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 221 153 92 0 0.31 0.58 0.13 28.37 0.65 0.61
Hex DD 99 5C 0 1F 3A D 1C 41 3D
Octal 335 231 134 0 37 72 15 34 101 75
Binary 11011101 10011001 1011100 0 11111 111010 1101 11100 1000001 111101

Color Harmonies of #DD995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD995C

Black with #DD995C

Text Example


Text Example

White with #DD995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD995C; }

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

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

background-color css

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

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

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

border-color css

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

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

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