Html Css Color HEX #DCA168 Porsche

📋 copy color: '#DCA168'

red 220 ◦ green 161 ◦ blue 104

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

Shades of Porsche #DCA168

Tints of Porsche #DCA168

RGB

 RED value IS 220 (86.33% from 255) = 45.36%

 GREEN value IS 161 (63.28% from 255) = 33.2%

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

R = 45.36%
G = 33.2%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCA168 (or 0xDCA168) is known color: Porsche. HEX triplet: DC, A1 and 68. RGB value is (220,161,104). Sum of RGB (Red+Green+Blue) = 220+161+104=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA168 is #235E97. Grayscale: #ACACAC. Windows color (decimal): -2317976 or 6857180. OLE color: 6857180.

HSL color Cylindrical-coordinate representation of color #DCA168: hue angle of 29.48º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCA168 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 161 104 -
CMYK 0 0.27 0.53 0.14
HSL 29.48º 0.62% 0.64% -
HSV(B) 29.48º 0.53% 0.86% -
XYZ 44.76 41.7 18.79 -
YUV 172.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 220 161 104 0 0.27 0.53 0.14 29.48 0.62 0.64
Hex DC A1 68 0 1B 35 E 1D 3E 40
Octal 334 241 150 0 33 65 16 35 76 100
Binary 11011100 10100001 1101000 0 11011 110101 1110 11101 111110 1000000

Color Harmonies of #DCA168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA168

Black with #DCA168

Text Example


Text Example

White with #DCA168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA168; }

 p { color: rgb(220,161,104); }

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

background-color css

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

 a { background-color: rgb(220,161,104); }

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

border-color css

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

 span { border-color: rgb(220,161,104); }

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