Html Css Color HEX #DD9D6C Porsche

📋 copy color: '#DD9D6C'

red 221 ◦ green 157 ◦ blue 108

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

Shades of Porsche #DD9D6C

Tints of Porsche #DD9D6C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.3%

 BLUE value IS 108 (42.58% from 255) = 22.22%

R = 45.47%
G = 32.3%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD9D6C (or 0xDD9D6C) is known color: Porsche. HEX triplet: DD, 9D and 6C. RGB value is (221,157,108). Sum of RGB (Red+Green+Blue) = 221+157+108=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D6C is #226293. Grayscale: #AAAAAA. Windows color (decimal): -2253460 or 7118301. OLE color: 7118301.

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

Color convert

RGB 221 157 108 -
CMYK 0 0.29 0.51 0.13
HSL 26.02º 0.62% 0.65% -
HSV(B) 26.02º 0.51% 0.87% -
XYZ 44.58 40.57 19.67 -
YUV 170.55 92.7 163.98 -
System Red Green Blue C M Y K H S L
Decimal 221 157 108 0 0.29 0.51 0.13 26.02 0.62 0.65
Hex DD 9D 6C 0 1D 33 D 1A 3E 41
Octal 335 235 154 0 35 63 15 32 76 101
Binary 11011101 10011101 1101100 0 11101 110011 1101 11010 111110 1000001

Color Harmonies of #DD9D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D6C

Black with #DD9D6C

Text Example


Text Example

White with #DD9D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D6C; }

 p { color: rgb(221,157,108); }

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

background-color css

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

 a { background-color: rgb(221,157,108); }

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

border-color css

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

 span { border-color: rgb(221,157,108); }

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