Html Css Color HEX #DFA250 Porsche

📋 copy color: '#DFA250'

red 223 ◦ green 162 ◦ blue 80

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

Shades of Porsche #DFA250

Tints of Porsche #DFA250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.84%

 BLUE value IS 80 (31.64% from 255) = 17.2%

R = 47.96%
G = 34.84%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFA250 (or 0xDFA250) is known color: Porsche. HEX triplet: DF, A2 and 50. RGB value is (223,162,80). Sum of RGB (Red+Green+Blue) = 223+162+80=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA250 is #205DAF. Grayscale: #ABABAB. Windows color (decimal): -2121136 or 5284575. OLE color: 5284575.

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

Color convert

RGB 223 162 80 -
CMYK 0 0.27 0.64 0.13
HSL 34.41º 0.69% 0.59% -
HSV(B) 34.41º 0.64% 0.87% -
XYZ 44.8 42.11 13.36 -
YUV 170.89 76.71 165.17 -
System Red Green Blue C M Y K H S L
Decimal 223 162 80 0 0.27 0.64 0.13 34.41 0.69 0.59
Hex DF A2 50 0 1B 40 D 22 45 3B
Octal 337 242 120 0 33 100 15 42 105 73
Binary 11011111 10100010 1010000 0 11011 1000000 1101 100010 1000101 111011

Color Harmonies of #DFA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA250

Black with #DFA250

Text Example


Text Example

White with #DFA250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA250; }

 p { color: rgb(223,162,80); }

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

background-color css

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

 a { background-color: rgb(223,162,80); }

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

border-color css

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

 span { border-color: rgb(223,162,80); }

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