Html Css Color HEX #DFA064 Porsche

📋 copy color: '#DFA064'

red 223 ◦ green 160 ◦ blue 100

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

Shades of Porsche #DFA064

Tints of Porsche #DFA064

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.13%

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

R = 46.17%
G = 33.13%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFA064 (or 0xDFA064) is known color: Porsche. HEX triplet: DF, A0 and 64. RGB value is (223,160,100). Sum of RGB (Red+Green+Blue) = 223+160+100=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA064 is #205F9B. Grayscale: #ACACAC. Windows color (decimal): -2121628 or 6594783. OLE color: 6594783.

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

Color convert

RGB 223 160 100 -
CMYK 0 0.28 0.55 0.13
HSL 29.27º 0.66% 0.63% -
HSV(B) 29.27º 0.55% 0.87% -
XYZ 45.3 41.75 17.73 -
YUV 172 87.37 164.38 -
System Red Green Blue C M Y K H S L
Decimal 223 160 100 0 0.28 0.55 0.13 29.27 0.66 0.63
Hex DF A0 64 0 1C 37 D 1D 42 3F
Octal 337 240 144 0 34 67 15 35 102 77
Binary 11011111 10100000 1100100 0 11100 110111 1101 11101 1000010 111111

Color Harmonies of #DFA064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA064

Black with #DFA064

Text Example


Text Example

White with #DFA064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA064; }

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

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

background-color css

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

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

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

border-color css

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

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

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