Html Css Color HEX #DFA768 Porsche

📋 copy color: '#DFA768'

red 223 ◦ green 167 ◦ blue 104

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

Shades of Porsche #DFA768

Tints of Porsche #DFA768

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.81%

 BLUE value IS 104 (41.02% from 255) = 21.05%

R = 45.14%
G = 33.81%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DFA768 (or 0xDFA768) is known color: Porsche. HEX triplet: DF, A7 and 68. RGB value is (223,167,104). Sum of RGB (Red+Green+Blue) = 223+167+104=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA768 is #205897. Grayscale: #B0B0B0. Windows color (decimal): -2119832 or 6858719. OLE color: 6858719.

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

Color convert

RGB 223 167 104 -
CMYK 0 0.25 0.53 0.13
HSL 31.76º 0.65% 0.64% -
HSV(B) 31.76º 0.53% 0.87% -
XYZ 46.75 44.32 19.19 -
YUV 176.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 223 167 104 0 0.25 0.53 0.13 31.76 0.65 0.64
Hex DF A7 68 0 19 35 D 20 41 40
Octal 337 247 150 0 31 65 15 40 101 100
Binary 11011111 10100111 1101000 0 11001 110101 1101 100000 1000001 1000000

Color Harmonies of #DFA768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA768

Black with #DFA768

Text Example


Text Example

White with #DFA768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA768; }

 p { color: rgb(223,167,104); }

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

background-color css

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

 a { background-color: rgb(223,167,104); }

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

border-color css

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

 span { border-color: rgb(223,167,104); }

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