Html Css Color HEX #DF9966 Porsche

📋 copy color: '#DF9966'

red 223 ◦ green 153 ◦ blue 102

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

Shades of Porsche #DF9966

Tints of Porsche #DF9966

RGB

 RED value IS 223 (87.5% from 255) = 46.65%

 GREEN value IS 153 (60.16% from 255) = 32.01%

 BLUE value IS 102 (40.23% from 255) = 21.34%

R = 46.65%
G = 32.01%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF9966 (or 0xDF9966) is known color: Porsche. HEX triplet: DF, 99 and 66. RGB value is (223,153,102). Sum of RGB (Red+Green+Blue) = 223+153+102=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9966 is #206699. Grayscale: #A8A8A8. Windows color (decimal): -2123418 or 6724063. OLE color: 6724063.

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

Color convert

RGB 223 153 102 -
CMYK 0 0.31 0.54 0.13
HSL 25.29º 0.65% 0.64% -
HSV(B) 25.29º 0.54% 0.87% -
XYZ 44.22 39.43 17.85 -
YUV 168.12 90.69 167.15 -
System Red Green Blue C M Y K H S L
Decimal 223 153 102 0 0.31 0.54 0.13 25.29 0.65 0.64
Hex DF 99 66 0 1F 36 D 19 41 40
Octal 337 231 146 0 37 66 15 31 101 100
Binary 11011111 10011001 1100110 0 11111 110110 1101 11001 1000001 1000000

Color Harmonies of #DF9966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9966

Black with #DF9966

Text Example


Text Example

White with #DF9966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9966; }

 p { color: rgb(223,153,102); }

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

background-color css

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

 a { background-color: rgb(223,153,102); }

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

border-color css

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

 span { border-color: rgb(223,153,102); }

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