Html Css Color HEX #DD9C68 Porsche

📋 copy color: '#DD9C68'

red 221 ◦ green 156 ◦ blue 104

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

Shades of Porsche #DD9C68

Tints of Porsche #DD9C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.62%

R = 45.95%
G = 32.43%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD9C68 (or 0xDD9C68) is known color: Porsche. HEX triplet: DD, 9C and 68. RGB value is (221,156,104). Sum of RGB (Red+Green+Blue) = 221+156+104=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C68 is #226397. Grayscale: #A9A9A9. Windows color (decimal): -2253720 or 6855901. OLE color: 6855901.

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

Color convert

RGB 221 156 104 -
CMYK 0 0.29 0.53 0.13
HSL 26.67º 0.63% 0.64% -
HSV(B) 26.67º 0.53% 0.87% -
XYZ 44.21 40.15 18.52 -
YUV 169.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 221 156 104 0 0.29 0.53 0.13 26.67 0.63 0.64
Hex DD 9C 68 0 1D 35 D 1B 3F 40
Octal 335 234 150 0 35 65 15 33 77 100
Binary 11011101 10011100 1101000 0 11101 110101 1101 11011 111111 1000000

Color Harmonies of #DD9C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9C68

Black with #DD9C68

Text Example


Text Example

White with #DD9C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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