Html Css Color HEX #DD9864 Porsche

📋 copy color: '#DD9864'

red 221 ◦ green 152 ◦ blue 100

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

Shades of Porsche #DD9864

Tints of Porsche #DD9864

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.14%

 BLUE value IS 100 (39.45% from 255) = 21.14%

R = 46.72%
G = 32.14%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD9864 (or 0xDD9864) is known color: Porsche. HEX triplet: DD, 98 and 64. RGB value is (221,152,100). Sum of RGB (Red+Green+Blue) = 221+152+100=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9864 is #22679B. Grayscale: #A6A6A6. Windows color (decimal): -2254748 or 6592733. OLE color: 6592733.

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

Color convert

RGB 221 152 100 -
CMYK 0 0.31 0.55 0.13
HSL 25.79º 0.64% 0.63% -
HSV(B) 25.79º 0.55% 0.87% -
XYZ 43.35 38.75 17.25 -
YUV 166.7 90.36 166.73 -
System Red Green Blue C M Y K H S L
Decimal 221 152 100 0 0.31 0.55 0.13 25.79 0.64 0.63
Hex DD 98 64 0 1F 37 D 1A 40 3F
Octal 335 230 144 0 37 67 15 32 100 77
Binary 11011101 10011000 1100100 0 11111 110111 1101 11010 1000000 111111

Color Harmonies of #DD9864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9864

Black with #DD9864

Text Example


Text Example

White with #DD9864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9864; }

 p { color: rgb(221,152,100); }

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

background-color css

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

 a { background-color: rgb(221,152,100); }

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

border-color css

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

 span { border-color: rgb(221,152,100); }

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