Html Css Color HEX #DF9C4F Porsche

📋 copy color: '#DF9C4F'

red 223 ◦ green 156 ◦ blue 79

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

Shades of Porsche #DF9C4F

Tints of Porsche #DF9C4F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.06%

 BLUE value IS 79 (31.25% from 255) = 17.25%

R = 48.69%
G = 34.06%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF9C4F (or 0xDF9C4F) is known color: Porsche. HEX triplet: DF, 9C and 4F. RGB value is (223,156,79). Sum of RGB (Red+Green+Blue) = 223+156+79=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 79 (31.25% from 255 or 17.25% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9C4F is #2063B0. Grayscale: #A7A7A7. Windows color (decimal): -2122673 or 5217503. OLE color: 5217503.

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

Color convert

RGB 223 156 79 -
CMYK 0 0.30 0.65 0.13
HSL 32.08º 0.69% 0.59% -
HSV(B) 32.08º 0.65% 0.87% -
XYZ 43.73 40.03 12.82 -
YUV 167.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 223 156 79 0 0.30 0.65 0.13 32.08 0.69 0.59
Hex DF 9C 4F 0 1E 41 D 20 45 3B
Octal 337 234 117 0 36 101 15 40 105 73
Binary 11011111 10011100 1001111 0 11110 1000001 1101 100000 1000101 111011

Color Harmonies of #DF9C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9C4F

Black with #DF9C4F

Text Example


Text Example

White with #DF9C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9C4F; }

 p { color: rgb(223,156,79); }

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

background-color css

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

 a { background-color: rgb(223,156,79); }

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

border-color css

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

 span { border-color: rgb(223,156,79); }

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