Html Css Color HEX #DFA462 Porsche

📋 copy color: '#DFA462'

red 223 ◦ green 164 ◦ blue 98

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

Shades of Porsche #DFA462

Tints of Porsche #DFA462

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.81%

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

R = 45.98%
G = 33.81%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFA462 (or 0xDFA462) is known color: Porsche. HEX triplet: DF, A4 and 62. RGB value is (223,164,98). Sum of RGB (Red+Green+Blue) = 223+164+98=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA462 is #205B9D. Grayscale: #AEAEAE. Windows color (decimal): -2120606 or 6464735. OLE color: 6464735.

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

Color convert

RGB 223 164 98 -
CMYK 0 0.26 0.56 0.13
HSL 31.68º 0.66% 0.63% -
HSV(B) 31.68º 0.56% 0.87% -
XYZ 45.91 43.12 17.46 -
YUV 174.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 223 164 98 0 0.26 0.56 0.13 31.68 0.66 0.63
Hex DF A4 62 0 1A 38 D 20 42 3F
Octal 337 244 142 0 32 70 15 40 102 77
Binary 11011111 10100100 1100010 0 11010 111000 1101 100000 1000010 111111

Color Harmonies of #DFA462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA462

Black with #DFA462

Text Example


Text Example

White with #DFA462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA462; }

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

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

background-color css

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

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

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

border-color css

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

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

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