Html Css Color HEX #DF9864 Porsche

📋 copy color: '#DF9864'

red 223 ◦ green 152 ◦ blue 100

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

Shades of Porsche #DF9864

Tints of Porsche #DF9864

RGB

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

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

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

R = 46.95%
G = 32%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF9864 (or 0xDF9864) is known color: Porsche. HEX triplet: DF, 98 and 64. RGB value is (223,152,100). Sum of RGB (Red+Green+Blue) = 223+152+100=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9864 is #20679B. Grayscale: #A7A7A7. Windows color (decimal): -2123676 or 6592735. OLE color: 6592735.

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

Color convert

RGB 223 152 100 -
CMYK 0 0.32 0.55 0.13
HSL 25.37º 0.66% 0.63% -
HSV(B) 25.37º 0.55% 0.87% -
XYZ 43.96 39.06 17.28 -
YUV 167.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 223 152 100 0 0.32 0.55 0.13 25.37 0.66 0.63
Hex DF 98 64 0 20 37 D 19 42 3F
Octal 337 230 144 0 40 67 15 31 102 77
Binary 11011111 10011000 1100100 0 100000 110111 1101 11001 1000010 111111

Color Harmonies of #DF9864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9864

Black with #DF9864

Text Example


Text Example

White with #DF9864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9864; }

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

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

background-color css

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

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

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

border-color css

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

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

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