Html Css Color HEX #DD9F65 Porsche

📋 copy color: '#DD9F65'

red 221 ◦ green 159 ◦ blue 101

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

Shades of Porsche #DD9F65

Tints of Porsche #DD9F65

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.06%

 BLUE value IS 101 (39.84% from 255) = 21%

R = 45.95%
G = 33.06%
B = 21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD9F65 (or 0xDD9F65) is known color: Porsche. HEX triplet: DD, 9F and 65. RGB value is (221,159,101). Sum of RGB (Red+Green+Blue) = 221+159+101=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F65 is #22609A. Grayscale: #ABABAB. Windows color (decimal): -2252955 or 6660061. OLE color: 6660061.

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

Color convert

RGB 221 159 101 -
CMYK 0 0.28 0.54 0.13
HSL 29º 0.64% 0.63% -
HSV(B) 29º 0.54% 0.87% -
XYZ 44.57 41.11 17.9 -
YUV 170.93 88.54 163.72 -
System Red Green Blue C M Y K H S L
Decimal 221 159 101 0 0.28 0.54 0.13 29 0.64 0.63
Hex DD 9F 65 0 1C 36 D 1D 40 3F
Octal 335 237 145 0 34 66 15 35 100 77
Binary 11011101 10011111 1100101 0 11100 110110 1101 11101 1000000 111111

Color Harmonies of #DD9F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F65

Black with #DD9F65

Text Example


Text Example

White with #DD9F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F65; }

 p { color: rgb(221,159,101); }

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

background-color css

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

 a { background-color: rgb(221,159,101); }

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

border-color css

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

 span { border-color: rgb(221,159,101); }

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