Html Css Color HEX #DFA362 Porsche

📋 copy color: '#DFA362'

red 223 ◦ green 163 ◦ blue 98

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

Shades of Porsche #DFA362

Tints of Porsche #DFA362

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.68%

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

R = 46.07%
G = 33.68%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFA362 (or 0xDFA362) is known color: Porsche. HEX triplet: DF, A3 and 62. RGB value is (223,163,98). Sum of RGB (Red+Green+Blue) = 223+163+98=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA362 is #205C9D. Grayscale: #ADADAD. Windows color (decimal): -2120862 or 6464479. OLE color: 6464479.

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

Color convert

RGB 223 163 98 -
CMYK 0 0.27 0.56 0.13
HSL 31.2º 0.66% 0.63% -
HSV(B) 31.2º 0.56% 0.87% -
XYZ 45.73 42.76 17.4 -
YUV 173.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 223 163 98 0 0.27 0.56 0.13 31.2 0.66 0.63
Hex DF A3 62 0 1B 38 D 1F 42 3F
Octal 337 243 142 0 33 70 15 37 102 77
Binary 11011111 10100011 1100010 0 11011 111000 1101 11111 1000010 111111

Color Harmonies of #DFA362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA362

Black with #DFA362

Text Example


Text Example

White with #DFA362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA362; }

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

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

background-color css

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

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

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

border-color css

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

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

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