Html Css Color HEX #DD9E5C Porsche

📋 copy color: '#DD9E5C'

red 221 ◦ green 158 ◦ blue 92

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

Shades of Porsche #DD9E5C

Tints of Porsche #DD9E5C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.55%

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

R = 46.92%
G = 33.55%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD9E5C (or 0xDD9E5C) is known color: Porsche. HEX triplet: DD, 9E and 5C. RGB value is (221,158,92). Sum of RGB (Red+Green+Blue) = 221+158+92=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9E5C is #2261A3. Grayscale: #A9A9A9. Windows color (decimal): -2253220 or 6069981. OLE color: 6069981.

HSL color Cylindrical-coordinate representation of color #DD9E5C: hue angle of 30.7º 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 #DD9E5C is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 158 92 -
CMYK 0 0.29 0.58 0.13
HSL 30.7º 0.65% 0.61% -
HSV(B) 30.7º 0.58% 0.87% -
XYZ 43.98 40.6 15.64 -
YUV 169.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 221 158 92 0 0.29 0.58 0.13 30.7 0.65 0.61
Hex DD 9E 5C 0 1D 3A D 1F 41 3D
Octal 335 236 134 0 35 72 15 37 101 75
Binary 11011101 10011110 1011100 0 11101 111010 1101 11111 1000001 111101

Color Harmonies of #DD9E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9E5C

Black with #DD9E5C

Text Example


Text Example

White with #DD9E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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