Html Css Color HEX #DCA567 Porsche

📋 copy color: '#DCA567'

red 220 ◦ green 165 ◦ blue 103

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

Shades of Porsche #DCA567

Tints of Porsche #DCA567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.11%

R = 45.08%
G = 33.81%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCA567 (or 0xDCA567) is known color: Porsche. HEX triplet: DC, A5 and 67. RGB value is (220,165,103). Sum of RGB (Red+Green+Blue) = 220+165+103=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA567 is #235A98. Grayscale: #AEAEAE. Windows color (decimal): -2316953 or 6792668. OLE color: 6792668.

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

Color convert

RGB 220 165 103 -
CMYK 0 0.25 0.53 0.14
HSL 31.79º 0.63% 0.63% -
HSV(B) 31.79º 0.53% 0.86% -
XYZ 45.42 43.11 18.76 -
YUV 174.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 220 165 103 0 0.25 0.53 0.14 31.79 0.63 0.63
Hex DC A5 67 0 19 35 E 20 3F 3F
Octal 334 245 147 0 31 65 16 40 77 77
Binary 11011100 10100101 1100111 0 11001 110101 1110 100000 111111 111111

Color Harmonies of #DCA567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA567

Black with #DCA567

Text Example


Text Example

White with #DCA567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA567; }

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

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

background-color css

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

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

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

border-color css

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

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

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