Html Css Color HEX #DD975B Porsche

📋 copy color: '#DD975B'

red 221 ◦ green 151 ◦ blue 91

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

Shades of Porsche #DD975B

Tints of Porsche #DD975B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.65%

R = 47.73%
G = 32.61%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD975B (or 0xDD975B) is known color: Porsche. HEX triplet: DD, 97 and 5B. RGB value is (221,151,91). Sum of RGB (Red+Green+Blue) = 221+151+91=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD975B is #2268A4. Grayscale: #A5A5A5. Windows color (decimal): -2255013 or 6002653. OLE color: 6002653.

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

Color convert

RGB 221 151 91 -
CMYK 0 0.32 0.59 0.13
HSL 27.69º 0.66% 0.61% -
HSV(B) 27.69º 0.59% 0.87% -
XYZ 42.77 38.26 15.03 -
YUV 165.09 86.19 167.88 -
System Red Green Blue C M Y K H S L
Decimal 221 151 91 0 0.32 0.59 0.13 27.69 0.66 0.61
Hex DD 97 5B 0 20 3B D 1C 42 3D
Octal 335 227 133 0 40 73 15 34 102 75
Binary 11011101 10010111 1011011 0 100000 111011 1101 11100 1000010 111101

Color Harmonies of #DD975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD975B

Black with #DD975B

Text Example


Text Example

White with #DD975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD975B; }

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

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

background-color css

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

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

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

border-color css

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

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

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