Html Css Color HEX #DD9C65 Porsche

📋 copy color: '#DD9C65'

red 221 ◦ green 156 ◦ blue 101

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

Shades of Porsche #DD9C65

Tints of Porsche #DD9C65

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.64%

 BLUE value IS 101 (39.84% from 255) = 21.13%

R = 46.23%
G = 32.64%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD9C65 (or 0xDD9C65) is known color: Porsche. HEX triplet: DD, 9C and 65. RGB value is (221,156,101). Sum of RGB (Red+Green+Blue) = 221+156+101=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C65 is #22639A. Grayscale: #A9A9A9. Windows color (decimal): -2253723 or 6659293. OLE color: 6659293.

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

Color convert

RGB 221 156 101 -
CMYK 0 0.29 0.54 0.13
HSL 27.5º 0.64% 0.63% -
HSV(B) 27.5º 0.54% 0.87% -
XYZ 44.06 40.09 17.73 -
YUV 169.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 221 156 101 0 0.29 0.54 0.13 27.5 0.64 0.63
Hex DD 9C 65 0 1D 36 D 1C 40 3F
Octal 335 234 145 0 35 66 15 34 100 77
Binary 11011101 10011100 1100101 0 11101 110110 1101 11100 1000000 111111

Color Harmonies of #DD9C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9C65

Black with #DD9C65

Text Example


Text Example

White with #DD9C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9C65; }

 p { color: rgb(221,156,101); }

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

background-color css

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

 a { background-color: rgb(221,156,101); }

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

border-color css

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

 span { border-color: rgb(221,156,101); }

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