Html Css Color HEX #DFA065 Porsche

📋 copy color: '#DFA065'

red 223 ◦ green 160 ◦ blue 101

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

Shades of Porsche #DFA065

Tints of Porsche #DFA065

RGB

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

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

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

R = 46.07%
G = 33.06%
B = 20.87%

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

#DFA065 (or 0xDFA065) is known color: Porsche. HEX triplet: DF, A0 and 65. RGB value is (223,160,101). Sum of RGB (Red+Green+Blue) = 223+160+101=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA065 is #205F9A. Grayscale: #ACACAC. Windows color (decimal): -2121627 or 6660319. OLE color: 6660319.

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

Color convert

RGB 223 160 101 -
CMYK 0 0.28 0.55 0.13
HSL 29.02º 0.66% 0.64% -
HSV(B) 29.02º 0.55% 0.87% -
XYZ 45.35 41.77 17.98 -
YUV 172.11 87.87 164.3 -
System Red Green Blue C M Y K H S L
Decimal 223 160 101 0 0.28 0.55 0.13 29.02 0.66 0.64
Hex DF A0 65 0 1C 37 D 1D 42 40
Octal 337 240 145 0 34 67 15 35 102 100
Binary 11011111 10100000 1100101 0 11100 110111 1101 11101 1000010 1000000

Color Harmonies of #DFA065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA065

Black with #DFA065

Text Example


Text Example

White with #DFA065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA065; }

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

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

background-color css

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

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

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

border-color css

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

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

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