Html Css Color HEX #DFA053 Porsche

📋 copy color: '#DFA053'

red 223 ◦ green 160 ◦ blue 83

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

Shades of Porsche #DFA053

Tints of Porsche #DFA053

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.33%

 BLUE value IS 83 (32.81% from 255) = 17.81%

R = 47.85%
G = 34.33%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFA053 (or 0xDFA053) is known color: Porsche. HEX triplet: DF, A0 and 53. RGB value is (223,160,83). Sum of RGB (Red+Green+Blue) = 223+160+83=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA053 is #205FAC. Grayscale: #AAAAAA. Windows color (decimal): -2121645 or 5480671. OLE color: 5480671.

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

Color convert

RGB 223 160 83 -
CMYK 0 0.28 0.63 0.13
HSL 33º 0.69% 0.6% -
HSV(B) 33º 0.63% 0.87% -
XYZ 44.56 41.45 13.84 -
YUV 170.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 223 160 83 0 0.28 0.63 0.13 33 0.69 0.6
Hex DF A0 53 0 1C 3F D 21 45 3C
Octal 337 240 123 0 34 77 15 41 105 74
Binary 11011111 10100000 1010011 0 11100 111111 1101 100001 1000101 111100

Color Harmonies of #DFA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA053

Black with #DFA053

Text Example


Text Example

White with #DFA053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA053; }

 p { color: rgb(223,160,83); }

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

background-color css

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

 a { background-color: rgb(223,160,83); }

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

border-color css

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

 span { border-color: rgb(223,160,83); }

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