Html Css Color HEX #DFA164 Porsche

📋 copy color: '#DFA164'

red 223 ◦ green 161 ◦ blue 100

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

Shades of Porsche #DFA164

Tints of Porsche #DFA164

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.26%

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

R = 46.07%
G = 33.26%
B = 20.66%

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

#DFA164 (or 0xDFA164) is known color: Porsche. HEX triplet: DF, A1 and 64. RGB value is (223,161,100). Sum of RGB (Red+Green+Blue) = 223+161+100=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA164 is #205E9B. Grayscale: #ACACAC. Windows color (decimal): -2121372 or 6595039. OLE color: 6595039.

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

Color convert

RGB 223 161 100 -
CMYK 0 0.28 0.55 0.13
HSL 29.76º 0.66% 0.63% -
HSV(B) 29.76º 0.55% 0.87% -
XYZ 45.48 42.1 17.79 -
YUV 172.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 223 161 100 0 0.28 0.55 0.13 29.76 0.66 0.63
Hex DF A1 64 0 1C 37 D 1E 42 3F
Octal 337 241 144 0 34 67 15 36 102 77
Binary 11011111 10100001 1100100 0 11100 110111 1101 11110 1000010 111111

Color Harmonies of #DFA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA164

Black with #DFA164

Text Example


Text Example

White with #DFA164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA164; }

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

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

background-color css

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

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

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

border-color css

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

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

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