Html Css Color HEX #DFA75E Porsche

📋 copy color: '#DFA75E'

red 223 ◦ green 167 ◦ blue 94

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

Shades of Porsche #DFA75E

Tints of Porsche #DFA75E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.5%

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

R = 46.07%
G = 34.5%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFA75E (or 0xDFA75E) is known color: Porsche. HEX triplet: DF, A7 and 5E. RGB value is (223,167,94). Sum of RGB (Red+Green+Blue) = 223+167+94=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA75E is #2058A1. Grayscale: #AFAFAF. Windows color (decimal): -2119842 or 6203359. OLE color: 6203359.

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

Color convert

RGB 223 167 94 -
CMYK 0 0.25 0.58 0.13
HSL 33.95º 0.67% 0.62% -
HSV(B) 33.95º 0.58% 0.87% -
XYZ 46.27 44.13 16.67 -
YUV 175.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 223 167 94 0 0.25 0.58 0.13 33.95 0.67 0.62
Hex DF A7 5E 0 19 3A D 22 43 3E
Octal 337 247 136 0 31 72 15 42 103 76
Binary 11011111 10100111 1011110 0 11001 111010 1101 100010 1000011 111110

Color Harmonies of #DFA75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA75E

Black with #DFA75E

Text Example


Text Example

White with #DFA75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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