Html Css Color HEX #DFA359 Porsche

📋 copy color: '#DFA359'

red 223 ◦ green 163 ◦ blue 89

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

Shades of Porsche #DFA359

Tints of Porsche #DFA359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.74%

R = 46.95%
G = 34.32%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DFA359 (or 0xDFA359) is known color: Porsche. HEX triplet: DF, A3 and 59. RGB value is (223,163,89). Sum of RGB (Red+Green+Blue) = 223+163+89=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA359 is #205CA6. Grayscale: #ACACAC. Windows color (decimal): -2120871 or 5874655. OLE color: 5874655.

HSL color Cylindrical-coordinate representation of color #DFA359: hue angle of 33.13º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFA359 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 163 89 -
CMYK 0 0.27 0.60 0.13
HSL 33.13º 0.68% 0.61% -
HSV(B) 33.13º 0.6% 0.87% -
XYZ 45.33 42.6 15.29 -
YUV 172.5 80.88 164.02 -
System Red Green Blue C M Y K H S L
Decimal 223 163 89 0 0.27 0.60 0.13 33.13 0.68 0.61
Hex DF A3 59 0 1B 3C D 21 44 3D
Octal 337 243 131 0 33 74 15 41 104 75
Binary 11011111 10100011 1011001 0 11011 111100 1101 100001 1000100 111101

Color Harmonies of #DFA359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA359

Black with #DFA359

Text Example


Text Example

White with #DFA359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA359; }

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

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

background-color css

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

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

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

border-color css

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

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

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