Html Css Color HEX #DCA566 Porsche

📋 copy color: '#DCA566'

red 220 ◦ green 165 ◦ blue 102

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

Shades of Porsche #DCA566

Tints of Porsche #DCA566

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.88%

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

R = 45.17%
G = 33.88%
B = 20.94%

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

#DCA566 (or 0xDCA566) is known color: Porsche. HEX triplet: DC, A5 and 66. RGB value is (220,165,102). Sum of RGB (Red+Green+Blue) = 220+165+102=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA566 is #235A99. Grayscale: #AEAEAE. Windows color (decimal): -2316954 or 6727132. OLE color: 6727132.

HSL color Cylindrical-coordinate representation of color #DCA566: hue angle of 32.03º 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 #DCA566 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 165 102 -
CMYK 0 0.25 0.54 0.14
HSL 32.03º 0.63% 0.63% -
HSV(B) 32.03º 0.54% 0.86% -
XYZ 45.37 43.09 18.5 -
YUV 174.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 220 165 102 0 0.25 0.54 0.14 32.03 0.63 0.63
Hex DC A5 66 0 19 36 E 20 3F 3F
Octal 334 245 146 0 31 66 16 40 77 77
Binary 11011100 10100101 1100110 0 11001 110110 1110 100000 111111 111111

Color Harmonies of #DCA566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA566

Black with #DCA566

Text Example


Text Example

White with #DCA566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA566; }

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

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

background-color css

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

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

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

border-color css

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

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

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