Html Css Color HEX #DFA062 Porsche

📋 copy color: '#DFA062'

red 223 ◦ green 160 ◦ blue 98

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

Shades of Porsche #DFA062

Tints of Porsche #DFA062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.37%

R = 46.36%
G = 33.26%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFA062 (or 0xDFA062) is known color: Porsche. HEX triplet: DF, A0 and 62. RGB value is (223,160,98). Sum of RGB (Red+Green+Blue) = 223+160+98=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA062 is #205F9D. Grayscale: #ACACAC. Windows color (decimal): -2121630 or 6463711. OLE color: 6463711.

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

Color convert

RGB 223 160 98 -
CMYK 0 0.28 0.56 0.13
HSL 29.76º 0.66% 0.63% -
HSV(B) 29.76º 0.56% 0.87% -
XYZ 45.21 41.71 17.22 -
YUV 171.77 86.37 164.54 -
System Red Green Blue C M Y K H S L
Decimal 223 160 98 0 0.28 0.56 0.13 29.76 0.66 0.63
Hex DF A0 62 0 1C 38 D 1E 42 3F
Octal 337 240 142 0 34 70 15 36 102 77
Binary 11011111 10100000 1100010 0 11100 111000 1101 11110 1000010 111111

Color Harmonies of #DFA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA062

Black with #DFA062

Text Example


Text Example

White with #DFA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA062; }

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

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

background-color css

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

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

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

border-color css

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

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

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