Html Css Color HEX #DF9A4F Porsche

📋 copy color: '#DF9A4F'

red 223 ◦ green 154 ◦ blue 79

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

Shades of Porsche #DF9A4F

Tints of Porsche #DF9A4F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.77%

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

R = 48.9%
G = 33.77%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF9A4F (or 0xDF9A4F) is known color: Porsche. HEX triplet: DF, 9A and 4F. RGB value is (223,154,79). Sum of RGB (Red+Green+Blue) = 223+154+79=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A4F is #2065B0. Grayscale: #A6A6A6. Windows color (decimal): -2123185 or 5216991. OLE color: 5216991.

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

Color convert

RGB 223 154 79 -
CMYK 0 0.31 0.65 0.13
HSL 31.25º 0.69% 0.59% -
HSV(B) 31.25º 0.65% 0.87% -
XYZ 43.4 39.36 12.71 -
YUV 166.08 78.86 168.6 -
System Red Green Blue C M Y K H S L
Decimal 223 154 79 0 0.31 0.65 0.13 31.25 0.69 0.59
Hex DF 9A 4F 0 1F 41 D 1F 45 3B
Octal 337 232 117 0 37 101 15 37 105 73
Binary 11011111 10011010 1001111 0 11111 1000001 1101 11111 1000101 111011

Color Harmonies of #DF9A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A4F

Black with #DF9A4F

Text Example


Text Example

White with #DF9A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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