Html Css Color HEX #DF9E65 Porsche

📋 copy color: '#DF9E65'

red 223 ◦ green 158 ◦ blue 101

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

Shades of Porsche #DF9E65

Tints of Porsche #DF9E65

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

 BLUE value IS 101 (39.84% from 255) = 20.95%

R = 46.27%
G = 32.78%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF9E65 (or 0xDF9E65) is known color: Porsche. HEX triplet: DF, 9E and 65. RGB value is (223,158,101). Sum of RGB (Red+Green+Blue) = 223+158+101=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9E65 is #20619A. Grayscale: #ABABAB. Windows color (decimal): -2122139 or 6659807. OLE color: 6659807.

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

Color convert

RGB 223 158 101 -
CMYK 0 0.29 0.55 0.13
HSL 28.03º 0.66% 0.64% -
HSV(B) 28.03º 0.55% 0.87% -
XYZ 45.01 41.08 17.87 -
YUV 170.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 223 158 101 0 0.29 0.55 0.13 28.03 0.66 0.64
Hex DF 9E 65 0 1D 37 D 1C 42 40
Octal 337 236 145 0 35 67 15 34 102 100
Binary 11011111 10011110 1100101 0 11101 110111 1101 11100 1000010 1000000

Color Harmonies of #DF9E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9E65

Black with #DF9E65

Text Example


Text Example

White with #DF9E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9E65; }

 p { color: rgb(223,158,101); }

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

background-color css

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

 a { background-color: rgb(223,158,101); }

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

border-color css

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

 span { border-color: rgb(223,158,101); }

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