Html Css Color HEX #DCA466 Porsche

📋 copy color: '#DCA466'

red 220 ◦ green 164 ◦ blue 102

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

Shades of Porsche #DCA466

Tints of Porsche #DCA466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.99%

R = 45.27%
G = 33.74%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCA466 (or 0xDCA466) is known color: Porsche. HEX triplet: DC, A4 and 66. RGB value is (220,164,102). Sum of RGB (Red+Green+Blue) = 220+164+102=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA466 is #235B99. Grayscale: #ADADAD. Windows color (decimal): -2317210 or 6726876. OLE color: 6726876.

HSL color Cylindrical-coordinate representation of color #DCA466: hue angle of 31.53º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCA466 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 164 102 -
CMYK 0 0.25 0.54 0.14
HSL 31.53º 0.63% 0.63% -
HSV(B) 31.53º 0.54% 0.86% -
XYZ 45.19 42.73 18.44 -
YUV 173.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 220 164 102 0 0.25 0.54 0.14 31.53 0.63 0.63
Hex DC A4 66 0 19 36 E 20 3F 3F
Octal 334 244 146 0 31 66 16 40 77 77
Binary 11011100 10100100 1100110 0 11001 110110 1110 100000 111111 111111

Color Harmonies of #DCA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA466

Black with #DCA466

Text Example


Text Example

White with #DCA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA466; }

 p { color: rgb(220,164,102); }

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

background-color css

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

 a { background-color: rgb(220,164,102); }

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

border-color css

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

 span { border-color: rgb(220,164,102); }

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