Html Css Color HEX #DFA25A Porsche

📋 copy color: '#DFA25A'

red 223 ◦ green 162 ◦ blue 90

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

Shades of Porsche #DFA25A

Tints of Porsche #DFA25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.95%

R = 46.95%
G = 34.11%
B = 18.95%

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

#DFA25A (or 0xDFA25A) is known color: Porsche. HEX triplet: DF, A2 and 5A. RGB value is (223,162,90). Sum of RGB (Red+Green+Blue) = 223+162+90=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA25A is #205DA5. Grayscale: #ACACAC. Windows color (decimal): -2121126 or 5939935. OLE color: 5939935.

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

Color convert

RGB 223 162 90 -
CMYK 0 0.27 0.60 0.13
HSL 32.48º 0.68% 0.61% -
HSV(B) 32.48º 0.6% 0.87% -
XYZ 45.2 42.27 15.45 -
YUV 172.03 81.71 164.35 -
System Red Green Blue C M Y K H S L
Decimal 223 162 90 0 0.27 0.60 0.13 32.48 0.68 0.61
Hex DF A2 5A 0 1B 3C D 20 44 3D
Octal 337 242 132 0 33 74 15 40 104 75
Binary 11011111 10100010 1011010 0 11011 111100 1101 100000 1000100 111101

Color Harmonies of #DFA25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA25A

Black with #DFA25A

Text Example


Text Example

White with #DFA25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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