Html Css Color HEX #DFA25D Porsche

📋 copy color: '#DFA25D'

red 223 ◦ green 162 ◦ blue 93

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

Shades of Porsche #DFA25D

Tints of Porsche #DFA25D

RGB

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

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

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

R = 46.65%
G = 33.89%
B = 19.46%

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

#DFA25D (or 0xDFA25D) is known color: Porsche. HEX triplet: DF, A2 and 5D. RGB value is (223,162,93). Sum of RGB (Red+Green+Blue) = 223+162+93=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA25D is #205DA2. Grayscale: #ACACAC. Windows color (decimal): -2121123 or 6136543. OLE color: 6136543.

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

Color convert

RGB 223 162 93 -
CMYK 0 0.27 0.58 0.13
HSL 31.85º 0.67% 0.62% -
HSV(B) 31.85º 0.58% 0.87% -
XYZ 45.33 42.32 16.14 -
YUV 172.37 83.21 164.11 -
System Red Green Blue C M Y K H S L
Decimal 223 162 93 0 0.27 0.58 0.13 31.85 0.67 0.62
Hex DF A2 5D 0 1B 3A D 20 43 3E
Octal 337 242 135 0 33 72 15 40 103 76
Binary 11011111 10100010 1011101 0 11011 111010 1101 100000 1000011 111110

Color Harmonies of #DFA25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA25D

Black with #DFA25D

Text Example


Text Example

White with #DFA25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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