Html Css Color HEX #DCA565 Porsche

📋 copy color: '#DCA565'

red 220 ◦ green 165 ◦ blue 101

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

Shades of Porsche #DCA565

Tints of Porsche #DCA565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.78%

R = 45.27%
G = 33.95%
B = 20.78%

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

#DCA565 (or 0xDCA565) is known color: Porsche. HEX triplet: DC, A5 and 65. RGB value is (220,165,101). Sum of RGB (Red+Green+Blue) = 220+165+101=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA565 is #235A9A. Grayscale: #AEAEAE. Windows color (decimal): -2316955 or 6661596. OLE color: 6661596.

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

Color convert

RGB 220 165 101 -
CMYK 0 0.25 0.54 0.14
HSL 32.27º 0.63% 0.63% -
HSV(B) 32.27º 0.54% 0.86% -
XYZ 45.32 43.07 18.24 -
YUV 174.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 220 165 101 0 0.25 0.54 0.14 32.27 0.63 0.63
Hex DC A5 65 0 19 36 E 20 3F 3F
Octal 334 245 145 0 31 66 16 40 77 77
Binary 11011100 10100101 1100101 0 11001 110110 1110 100000 111111 111111

Color Harmonies of #DCA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA565

Black with #DCA565

Text Example


Text Example

White with #DCA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA565; }

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

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

background-color css

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

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

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

border-color css

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

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

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