Html Css Color HEX #DD975C Porsche

📋 copy color: '#DD975C'

red 221 ◦ green 151 ◦ blue 92

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

Shades of Porsche #DD975C

Tints of Porsche #DD975C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.83%

R = 47.63%
G = 32.54%
B = 19.83%

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

#DD975C (or 0xDD975C) is known color: Porsche. HEX triplet: DD, 97 and 5C. RGB value is (221,151,92). Sum of RGB (Red+Green+Blue) = 221+151+92=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD975C is #2268A3. Grayscale: #A5A5A5. Windows color (decimal): -2255012 or 6068189. OLE color: 6068189.

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

Color convert

RGB 221 151 92 -
CMYK 0 0.32 0.58 0.13
HSL 27.44º 0.65% 0.61% -
HSV(B) 27.44º 0.58% 0.87% -
XYZ 42.82 38.28 15.26 -
YUV 165.2 86.69 167.8 -
System Red Green Blue C M Y K H S L
Decimal 221 151 92 0 0.32 0.58 0.13 27.44 0.65 0.61
Hex DD 97 5C 0 20 3A D 1B 41 3D
Octal 335 227 134 0 40 72 15 33 101 75
Binary 11011101 10010111 1011100 0 100000 111010 1101 11011 1000001 111101

Color Harmonies of #DD975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD975C

Black with #DD975C

Text Example


Text Example

White with #DD975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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