Html Css Color HEX #DD995B Porsche

📋 copy color: '#DD995B'

red 221 ◦ green 153 ◦ blue 91

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

Shades of Porsche #DD995B

Tints of Porsche #DD995B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.57%

R = 47.53%
G = 32.9%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD995B (or 0xDD995B) is known color: Porsche. HEX triplet: DD, 99 and 5B. RGB value is (221,153,91). Sum of RGB (Red+Green+Blue) = 221+153+91=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD995B is #2266A4. Grayscale: #A6A6A6. Windows color (decimal): -2254501 or 6003165. OLE color: 6003165.

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

Color convert

RGB 221 153 91 -
CMYK 0 0.31 0.59 0.13
HSL 28.62º 0.66% 0.61% -
HSV(B) 28.62º 0.59% 0.87% -
XYZ 43.1 38.91 15.14 -
YUV 166.26 85.53 167.04 -
System Red Green Blue C M Y K H S L
Decimal 221 153 91 0 0.31 0.59 0.13 28.62 0.66 0.61
Hex DD 99 5B 0 1F 3B D 1D 42 3D
Octal 335 231 133 0 37 73 15 35 102 75
Binary 11011101 10011001 1011011 0 11111 111011 1101 11101 1000010 111101

Color Harmonies of #DD995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD995B

Black with #DD995B

Text Example


Text Example

White with #DD995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD995B; }

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

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

background-color css

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

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

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

border-color css

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

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

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