Html Css Color HEX #DFA464 Porsche

📋 copy color: '#DFA464'

red 223 ◦ green 164 ◦ blue 100

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

Shades of Porsche #DFA464

Tints of Porsche #DFA464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.68%

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

R = 45.79%
G = 33.68%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFA464 (or 0xDFA464) is known color: Porsche. HEX triplet: DF, A4 and 64. RGB value is (223,164,100). Sum of RGB (Red+Green+Blue) = 223+164+100=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA464 is #205B9B. Grayscale: #AEAEAE. Windows color (decimal): -2120604 or 6595807. OLE color: 6595807.

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

Color convert

RGB 223 164 100 -
CMYK 0 0.26 0.55 0.13
HSL 31.22º 0.66% 0.63% -
HSV(B) 31.22º 0.55% 0.87% -
XYZ 46.01 43.16 17.96 -
YUV 174.35 86.05 162.7 -
System Red Green Blue C M Y K H S L
Decimal 223 164 100 0 0.26 0.55 0.13 31.22 0.66 0.63
Hex DF A4 64 0 1A 37 D 1F 42 3F
Octal 337 244 144 0 32 67 15 37 102 77
Binary 11011111 10100100 1100100 0 11010 110111 1101 11111 1000010 111111

Color Harmonies of #DFA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA464

Black with #DFA464

Text Example


Text Example

White with #DFA464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA464; }

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

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

background-color css

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

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

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

border-color css

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

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

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