Html Css Color HEX #DF9D68 Porsche

📋 copy color: '#DF9D68'

red 223 ◦ green 157 ◦ blue 104

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

Shades of Porsche #DF9D68

Tints of Porsche #DF9D68

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.44%

 BLUE value IS 104 (41.02% from 255) = 21.49%

R = 46.07%
G = 32.44%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF9D68 (or 0xDF9D68) is known color: Porsche. HEX triplet: DF, 9D and 68. RGB value is (223,157,104). Sum of RGB (Red+Green+Blue) = 223+157+104=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9D68 is #206297. Grayscale: #AAAAAA. Windows color (decimal): -2122392 or 6856159. OLE color: 6856159.

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

Color convert

RGB 223 157 104 -
CMYK 0 0.30 0.53 0.13
HSL 26.72º 0.65% 0.64% -
HSV(B) 26.72º 0.53% 0.87% -
XYZ 44.99 40.8 18.6 -
YUV 170.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 223 157 104 0 0.30 0.53 0.13 26.72 0.65 0.64
Hex DF 9D 68 0 1E 35 D 1B 41 40
Octal 337 235 150 0 36 65 15 33 101 100
Binary 11011111 10011101 1101000 0 11110 110101 1101 11011 1000001 1000000

Color Harmonies of #DF9D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9D68

Black with #DF9D68

Text Example


Text Example

White with #DF9D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9D68; }

 p { color: rgb(223,157,104); }

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

background-color css

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

 a { background-color: rgb(223,157,104); }

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

border-color css

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

 span { border-color: rgb(223,157,104); }

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