Html Css Color HEX #DD995F Porsche

📋 copy color: '#DD995F'

red 221 ◦ green 153 ◦ blue 95

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

Shades of Porsche #DD995F

Tints of Porsche #DD995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.26%

R = 47.12%
G = 32.62%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD995F (or 0xDD995F) is known color: Porsche. HEX triplet: DD, 99 and 5F. RGB value is (221,153,95). Sum of RGB (Red+Green+Blue) = 221+153+95=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD995F is #2266A0. Grayscale: #A7A7A7. Windows color (decimal): -2254497 or 6265309. OLE color: 6265309.

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

Color convert

RGB 221 153 95 -
CMYK 0 0.31 0.57 0.13
HSL 27.62º 0.65% 0.62% -
HSV(B) 27.62º 0.57% 0.87% -
XYZ 43.28 38.98 16.07 -
YUV 166.72 87.53 166.72 -
System Red Green Blue C M Y K H S L
Decimal 221 153 95 0 0.31 0.57 0.13 27.62 0.65 0.62
Hex DD 99 5F 0 1F 39 D 1C 41 3E
Octal 335 231 137 0 37 71 15 34 101 76
Binary 11011101 10011001 1011111 0 11111 111001 1101 11100 1000001 111110

Color Harmonies of #DD995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD995F

Black with #DD995F

Text Example


Text Example

White with #DD995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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