Html Css Color HEX #DFA465 Porsche

📋 copy color: '#DFA465'

red 223 ◦ green 164 ◦ blue 101

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

Shades of Porsche #DFA465

Tints of Porsche #DFA465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.7%

R = 45.7%
G = 33.61%
B = 20.7%

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

#DFA465 (or 0xDFA465) is known color: Porsche. HEX triplet: DF, A4 and 65. RGB value is (223,164,101). Sum of RGB (Red+Green+Blue) = 223+164+101=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA465 is #205B9A. Grayscale: #AEAEAE. Windows color (decimal): -2120603 or 6661343. OLE color: 6661343.

HSL color Cylindrical-coordinate representation of color #DFA465: hue angle of 30.98º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFA465 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 164 101 -
CMYK 0 0.26 0.55 0.13
HSL 30.98º 0.66% 0.64% -
HSV(B) 30.98º 0.55% 0.87% -
XYZ 46.06 43.18 18.22 -
YUV 174.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 223 164 101 0 0.26 0.55 0.13 30.98 0.66 0.64
Hex DF A4 65 0 1A 37 D 1F 42 40
Octal 337 244 145 0 32 67 15 37 102 100
Binary 11011111 10100100 1100101 0 11010 110111 1101 11111 1000010 1000000

Color Harmonies of #DFA465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA465

Black with #DFA465

Text Example


Text Example

White with #DFA465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA465; }

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

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

background-color css

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

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

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

border-color css

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

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

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