Html Css Color HEX #DFA052 Porsche

📋 copy color: '#DFA052'

red 223 ◦ green 160 ◦ blue 82

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

Shades of Porsche #DFA052

Tints of Porsche #DFA052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.63%

R = 47.96%
G = 34.41%
B = 17.63%

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

#DFA052 (or 0xDFA052) is known color: Porsche. HEX triplet: DF, A0 and 52. RGB value is (223,160,82). Sum of RGB (Red+Green+Blue) = 223+160+82=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA052 is #205FAD. Grayscale: #AAAAAA. Windows color (decimal): -2121646 or 5415135. OLE color: 5415135.

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

Color convert

RGB 223 160 82 -
CMYK 0 0.28 0.63 0.13
HSL 33.19º 0.69% 0.6% -
HSV(B) 33.19º 0.63% 0.87% -
XYZ 44.53 41.44 13.63 -
YUV 169.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 223 160 82 0 0.28 0.63 0.13 33.19 0.69 0.6
Hex DF A0 52 0 1C 3F D 21 45 3C
Octal 337 240 122 0 34 77 15 41 105 74
Binary 11011111 10100000 1010010 0 11100 111111 1101 100001 1000101 111100

Color Harmonies of #DFA052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA052

Black with #DFA052

Text Example


Text Example

White with #DFA052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA052; }

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

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

background-color css

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

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

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

border-color css

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

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

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