Html Css Color HEX #DCA264 Porsche

📋 copy color: '#DCA264'

red 220 ◦ green 162 ◦ blue 100

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

Shades of Porsche #DCA264

Tints of Porsche #DCA264

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.61%

 BLUE value IS 100 (39.45% from 255) = 20.75%

R = 45.64%
G = 33.61%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCA264 (or 0xDCA264) is known color: Porsche. HEX triplet: DC, A2 and 64. RGB value is (220,162,100). Sum of RGB (Red+Green+Blue) = 220+162+100=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA264 is #235D9B. Grayscale: #ACACAC. Windows color (decimal): -2317724 or 6595292. OLE color: 6595292.

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

Color convert

RGB 220 162 100 -
CMYK 0 0.26 0.55 0.14
HSL 31º 0.63% 0.63% -
HSV(B) 31º 0.55% 0.86% -
XYZ 44.74 41.98 17.8 -
YUV 172.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 220 162 100 0 0.26 0.55 0.14 31 0.63 0.63
Hex DC A2 64 0 1A 37 E 1F 3F 3F
Octal 334 242 144 0 32 67 16 37 77 77
Binary 11011100 10100010 1100100 0 11010 110111 1110 11111 111111 111111

Color Harmonies of #DCA264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA264

Black with #DCA264

Text Example


Text Example

White with #DCA264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA264; }

 p { color: rgb(220,162,100); }

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

background-color css

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

 a { background-color: rgb(220,162,100); }

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

border-color css

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

 span { border-color: rgb(220,162,100); }

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