Html Css Color HEX #DFA46D Porsche

📋 copy color: '#DFA46D'

red 223 ◦ green 164 ◦ blue 109

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

Shades of Porsche #DFA46D

Tints of Porsche #DFA46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.06%

 BLUE value IS 109 (42.97% from 255) = 21.98%

R = 44.96%
G = 33.06%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DFA46D (or 0xDFA46D) is known color: Porsche. HEX triplet: DF, A4 and 6D. RGB value is (223,164,109). Sum of RGB (Red+Green+Blue) = 223+164+109=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA46D is #205B92. Grayscale: #AFAFAF. Windows color (decimal): -2120595 or 7185631. OLE color: 7185631.

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

Color convert

RGB 223 164 109 -
CMYK 0 0.26 0.51 0.13
HSL 28.95º 0.64% 0.65% -
HSV(B) 28.95º 0.51% 0.87% -
XYZ 46.47 43.34 20.38 -
YUV 175.37 90.55 161.97 -
System Red Green Blue C M Y K H S L
Decimal 223 164 109 0 0.26 0.51 0.13 28.95 0.64 0.65
Hex DF A4 6D 0 1A 33 D 1D 40 41
Octal 337 244 155 0 32 63 15 35 100 101
Binary 11011111 10100100 1101101 0 11010 110011 1101 11101 1000000 1000001

Color Harmonies of #DFA46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA46D

Black with #DFA46D

Text Example


Text Example

White with #DFA46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA46D; }

 p { color: rgb(223,164,109); }

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

background-color css

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

 a { background-color: rgb(223,164,109); }

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

border-color css

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

 span { border-color: rgb(223,164,109); }

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