Html Css Color HEX #DF9664 Porsche

📋 copy color: '#DF9664'

red 223 ◦ green 150 ◦ blue 100

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

Shades of Porsche #DF9664

Tints of Porsche #DF9664

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.71%

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

R = 47.15%
G = 31.71%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF9664 (or 0xDF9664) is known color: Porsche. HEX triplet: DF, 96 and 64. RGB value is (223,150,100). Sum of RGB (Red+Green+Blue) = 223+150+100=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9664 is #20699B. Grayscale: #A6A6A6. Windows color (decimal): -2124188 or 6592223. OLE color: 6592223.

HSL color Cylindrical-coordinate representation of color #DF9664: hue angle of 24.39º degrees, saturation: 0.66, 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 #DF9664 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 150 100 -
CMYK 0 0.33 0.55 0.13
HSL 24.39º 0.66% 0.63% -
HSV(B) 24.39º 0.55% 0.87% -
XYZ 43.64 38.42 17.17 -
YUV 166.13 90.68 168.57 -
System Red Green Blue C M Y K H S L
Decimal 223 150 100 0 0.33 0.55 0.13 24.39 0.66 0.63
Hex DF 96 64 0 21 37 D 18 42 3F
Octal 337 226 144 0 41 67 15 30 102 77
Binary 11011111 10010110 1100100 0 100001 110111 1101 11000 1000010 111111

Color Harmonies of #DF9664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9664

Black with #DF9664

Text Example


Text Example

White with #DF9664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9664; }

 p { color: rgb(223,150,100); }

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

background-color css

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

 a { background-color: rgb(223,150,100); }

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

border-color css

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

 span { border-color: rgb(223,150,100); }

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