Html Css Color HEX #DFA35D Porsche

📋 copy color: '#DFA35D'

red 223 ◦ green 163 ◦ blue 93

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

Shades of Porsche #DFA35D

Tints of Porsche #DFA35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.42%

R = 46.56%
G = 34.03%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFA35D (or 0xDFA35D) is known color: Porsche. HEX triplet: DF, A3 and 5D. RGB value is (223,163,93). Sum of RGB (Red+Green+Blue) = 223+163+93=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA35D is #205CA2. Grayscale: #ADADAD. Windows color (decimal): -2120867 or 6136799. OLE color: 6136799.

HSL color Cylindrical-coordinate representation of color #DFA35D: hue angle of 32.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFA35D is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 163 93 -
CMYK 0 0.27 0.58 0.13
HSL 32.31º 0.67% 0.62% -
HSV(B) 32.31º 0.58% 0.87% -
XYZ 45.5 42.67 16.19 -
YUV 172.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 223 163 93 0 0.27 0.58 0.13 32.31 0.67 0.62
Hex DF A3 5D 0 1B 3A D 20 43 3E
Octal 337 243 135 0 33 72 15 40 103 76
Binary 11011111 10100011 1011101 0 11011 111010 1101 100000 1000011 111110

Color Harmonies of #DFA35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA35D

Black with #DFA35D

Text Example


Text Example

White with #DFA35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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