Html Css Color HEX #DFA261 Porsche

📋 copy color: '#DFA261'

red 223 ◦ green 162 ◦ blue 97

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

Shades of Porsche #DFA261

Tints of Porsche #DFA261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.61%

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

R = 46.27%
G = 33.61%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFA261 (or 0xDFA261) is known color: Porsche. HEX triplet: DF, A2 and 61. RGB value is (223,162,97). Sum of RGB (Red+Green+Blue) = 223+162+97=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA261 is #205D9E. Grayscale: #ADADAD. Windows color (decimal): -2121119 or 6398687. OLE color: 6398687.

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

Color convert

RGB 223 162 97 -
CMYK 0 0.27 0.57 0.13
HSL 30.95º 0.66% 0.63% -
HSV(B) 30.95º 0.57% 0.87% -
XYZ 45.51 42.39 17.09 -
YUV 172.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 223 162 97 0 0.27 0.57 0.13 30.95 0.66 0.63
Hex DF A2 61 0 1B 39 D 1F 42 3F
Octal 337 242 141 0 33 71 15 37 102 77
Binary 11011111 10100010 1100001 0 11011 111001 1101 11111 1000010 111111

Color Harmonies of #DFA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA261

Black with #DFA261

Text Example


Text Example

White with #DFA261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA261; }

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

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

background-color css

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

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

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

border-color css

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

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

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