Html Css Color HEX #DD9F62 Porsche

📋 copy color: '#DD9F62'

red 221 ◦ green 159 ◦ blue 98

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

Shades of Porsche #DD9F62

Tints of Porsche #DD9F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.5%

R = 46.23%
G = 33.26%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD9F62 (or 0xDD9F62) is known color: Porsche. HEX triplet: DD, 9F and 62. RGB value is (221,159,98). Sum of RGB (Red+Green+Blue) = 221+159+98=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F62 is #22609D. Grayscale: #AAAAAA. Windows color (decimal): -2252958 or 6463453. OLE color: 6463453.

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

Color convert

RGB 221 159 98 -
CMYK 0 0.28 0.56 0.13
HSL 29.76º 0.64% 0.63% -
HSV(B) 29.76º 0.56% 0.87% -
XYZ 44.42 41.05 17.14 -
YUV 170.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 221 159 98 0 0.28 0.56 0.13 29.76 0.64 0.63
Hex DD 9F 62 0 1C 38 D 1E 40 3F
Octal 335 237 142 0 34 70 15 36 100 77
Binary 11011101 10011111 1100010 0 11100 111000 1101 11110 1000000 111111

Color Harmonies of #DD9F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F62

Black with #DD9F62

Text Example


Text Example

White with #DD9F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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