Html Css Color HEX #DFA461 Porsche

📋 copy color: '#DFA461'

red 223 ◦ green 164 ◦ blue 97

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

Shades of Porsche #DFA461

Tints of Porsche #DFA461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.04%

R = 46.07%
G = 33.88%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFA461 (or 0xDFA461) is known color: Porsche. HEX triplet: DF, A4 and 61. RGB value is (223,164,97). Sum of RGB (Red+Green+Blue) = 223+164+97=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA461 is #205B9E. Grayscale: #AEAEAE. Windows color (decimal): -2120607 or 6399199. OLE color: 6399199.

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

Color convert

RGB 223 164 97 -
CMYK 0 0.26 0.57 0.13
HSL 31.9º 0.66% 0.63% -
HSV(B) 31.9º 0.57% 0.87% -
XYZ 45.86 43.1 17.21 -
YUV 174 84.55 162.95 -
System Red Green Blue C M Y K H S L
Decimal 223 164 97 0 0.26 0.57 0.13 31.9 0.66 0.63
Hex DF A4 61 0 1A 39 D 20 42 3F
Octal 337 244 141 0 32 71 15 40 102 77
Binary 11011111 10100100 1100001 0 11010 111001 1101 100000 1000010 111111

Color Harmonies of #DFA461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA461

Black with #DFA461

Text Example


Text Example

White with #DFA461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA461; }

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

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

background-color css

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

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

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

border-color css

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

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

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