Html Css Color HEX #DFA665 Porsche

📋 copy color: '#DFA665'

red 223 ◦ green 166 ◦ blue 101

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

Shades of Porsche #DFA665

Tints of Porsche #DFA665

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.88%

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

R = 45.51%
G = 33.88%
B = 20.61%

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

#DFA665 (or 0xDFA665) is known color: Porsche. HEX triplet: DF, A6 and 65. RGB value is (223,166,101). Sum of RGB (Red+Green+Blue) = 223+166+101=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA665 is #20599A. Grayscale: #AFAFAF. Windows color (decimal): -2120091 or 6661855. OLE color: 6661855.

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

Color convert

RGB 223 166 101 -
CMYK 0 0.26 0.55 0.13
HSL 31.97º 0.66% 0.64% -
HSV(B) 31.97º 0.55% 0.87% -
XYZ 46.42 43.9 18.34 -
YUV 175.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 223 166 101 0 0.26 0.55 0.13 31.97 0.66 0.64
Hex DF A6 65 0 1A 37 D 20 42 40
Octal 337 246 145 0 32 67 15 40 102 100
Binary 11011111 10100110 1100101 0 11010 110111 1101 100000 1000010 1000000

Color Harmonies of #DFA665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA665

Black with #DFA665

Text Example


Text Example

White with #DFA665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA665; }

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

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

background-color css

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

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

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

border-color css

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

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

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