Html Css Color HEX #DFA25E Porsche

📋 copy color: '#DFA25E'

red 223 ◦ green 162 ◦ blue 94

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

Shades of Porsche #DFA25E

Tints of Porsche #DFA25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.62%

R = 46.56%
G = 33.82%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFA25E (or 0xDFA25E) is known color: Porsche. HEX triplet: DF, A2 and 5E. RGB value is (223,162,94). Sum of RGB (Red+Green+Blue) = 223+162+94=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA25E is #205DA1. Grayscale: #ACACAC. Windows color (decimal): -2121122 or 6202079. OLE color: 6202079.

HSL color Cylindrical-coordinate representation of color #DFA25E: hue angle of 31.63º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFA25E is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 162 94 -
CMYK 0 0.27 0.58 0.13
HSL 31.63º 0.67% 0.62% -
HSV(B) 31.63º 0.58% 0.87% -
XYZ 45.37 42.34 16.37 -
YUV 172.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 223 162 94 0 0.27 0.58 0.13 31.63 0.67 0.62
Hex DF A2 5E 0 1B 3A D 20 43 3E
Octal 337 242 136 0 33 72 15 40 103 76
Binary 11011111 10100010 1011110 0 11011 111010 1101 100000 1000011 111110

Color Harmonies of #DFA25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA25E

Black with #DFA25E

Text Example


Text Example

White with #DFA25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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