Html Css Color HEX #DFA06D Porsche

📋 copy color: '#DFA06D'

red 223 ◦ green 160 ◦ blue 109

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

Shades of Porsche #DFA06D

Tints of Porsche #DFA06D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.52%

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

R = 45.33%
G = 32.52%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DFA06D (or 0xDFA06D) is known color: Porsche. HEX triplet: DF, A0 and 6D. RGB value is (223,160,109). Sum of RGB (Red+Green+Blue) = 223+160+109=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA06D is #205F92. Grayscale: #ADADAD. Windows color (decimal): -2121619 or 7184607. OLE color: 7184607.

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

Color convert

RGB 223 160 109 -
CMYK 0 0.28 0.51 0.13
HSL 26.84º 0.64% 0.65% -
HSV(B) 26.84º 0.51% 0.87% -
XYZ 45.76 41.93 20.15 -
YUV 173.02 91.87 163.65 -
System Red Green Blue C M Y K H S L
Decimal 223 160 109 0 0.28 0.51 0.13 26.84 0.64 0.65
Hex DF A0 6D 0 1C 33 D 1B 40 41
Octal 337 240 155 0 34 63 15 33 100 101
Binary 11011111 10100000 1101101 0 11100 110011 1101 11011 1000000 1000001

Color Harmonies of #DFA06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA06D

Black with #DFA06D

Text Example


Text Example

White with #DFA06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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