Html Css Color HEX #DCA45A Porsche

📋 copy color: '#DCA45A'

red 220 ◦ green 164 ◦ blue 90

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

Shades of Porsche #DCA45A

Tints of Porsche #DCA45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.99%

R = 46.41%
G = 34.6%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCA45A (or 0xDCA45A) is known color: Porsche. HEX triplet: DC, A4 and 5A. RGB value is (220,164,90). Sum of RGB (Red+Green+Blue) = 220+164+90=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA45A is #235BA5. Grayscale: #ACACAC. Windows color (decimal): -2317222 or 5940444. OLE color: 5940444.

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

Color convert

RGB 220 164 90 -
CMYK 0 0.25 0.59 0.14
HSL 34.15º 0.65% 0.61% -
HSV(B) 34.15º 0.59% 0.86% -
XYZ 44.64 42.5 15.52 -
YUV 172.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 220 164 90 0 0.25 0.59 0.14 34.15 0.65 0.61
Hex DC A4 5A 0 19 3B E 22 41 3D
Octal 334 244 132 0 31 73 16 42 101 75
Binary 11011100 10100100 1011010 0 11001 111011 1110 100010 1000001 111101

Color Harmonies of #DCA45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA45A

Black with #DCA45A

Text Example


Text Example

White with #DCA45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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