Html Css Color HEX #DFA15B Porsche

📋 copy color: '#DFA15B'

red 223 ◦ green 161 ◦ blue 91

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

Shades of Porsche #DFA15B

Tints of Porsche #DFA15B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.89%

 BLUE value IS 91 (35.94% from 255) = 19.16%

R = 46.95%
G = 33.89%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFA15B (or 0xDFA15B) is known color: Porsche. HEX triplet: DF, A1 and 5B. RGB value is (223,161,91). Sum of RGB (Red+Green+Blue) = 223+161+91=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA15B is #205EA4. Grayscale: #ABABAB. Windows color (decimal): -2121381 or 6005215. OLE color: 6005215.

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

Color convert

RGB 223 161 91 -
CMYK 0 0.28 0.59 0.13
HSL 31.82º 0.67% 0.62% -
HSV(B) 31.82º 0.59% 0.87% -
XYZ 45.06 41.93 15.62 -
YUV 171.56 82.54 164.69 -
System Red Green Blue C M Y K H S L
Decimal 223 161 91 0 0.28 0.59 0.13 31.82 0.67 0.62
Hex DF A1 5B 0 1C 3B D 20 43 3E
Octal 337 241 133 0 34 73 15 40 103 76
Binary 11011111 10100001 1011011 0 11100 111011 1101 100000 1000011 111110

Color Harmonies of #DFA15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA15B

Black with #DFA15B

Text Example


Text Example

White with #DFA15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA15B; }

 p { color: rgb(223,161,91); }

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

background-color css

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

 a { background-color: rgb(223,161,91); }

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

border-color css

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

 span { border-color: rgb(223,161,91); }

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