Html Css Color HEX #DD975D Porsche

📋 copy color: '#DD975D'

red 221 ◦ green 151 ◦ blue 93

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

Shades of Porsche #DD975D

Tints of Porsche #DD975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.47%

 BLUE value IS 93 (36.72% from 255) = 20%

R = 47.53%
G = 32.47%
B = 20%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD975D (or 0xDD975D) is known color: Porsche. HEX triplet: DD, 97 and 5D. RGB value is (221,151,93). Sum of RGB (Red+Green+Blue) = 221+151+93=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD975D is #2268A2. Grayscale: #A5A5A5. Windows color (decimal): -2255011 or 6133725. OLE color: 6133725.

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

Color convert

RGB 221 151 93 -
CMYK 0 0.32 0.58 0.13
HSL 27.19º 0.65% 0.62% -
HSV(B) 27.19º 0.58% 0.87% -
XYZ 42.86 38.3 15.49 -
YUV 165.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 221 151 93 0 0.32 0.58 0.13 27.19 0.65 0.62
Hex DD 97 5D 0 20 3A D 1B 41 3E
Octal 335 227 135 0 40 72 15 33 101 76
Binary 11011101 10010111 1011101 0 100000 111010 1101 11011 1000001 111110

Color Harmonies of #DD975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD975D

Black with #DD975D

Text Example


Text Example

White with #DD975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD975D; }

 p { color: rgb(221,151,93); }

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

background-color css

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

 a { background-color: rgb(221,151,93); }

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

border-color css

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

 span { border-color: rgb(221,151,93); }

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