Html Css Color HEX #DCA25D Porsche

📋 copy color: '#DCA25D'

red 220 ◦ green 162 ◦ blue 93

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

Shades of Porsche #DCA25D

Tints of Porsche #DCA25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.58%

R = 46.32%
G = 34.11%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCA25D (or 0xDCA25D) is known color: Porsche. HEX triplet: DC, A2 and 5D. RGB value is (220,162,93). Sum of RGB (Red+Green+Blue) = 220+162+93=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA25D is #235DA2. Grayscale: #ABABAB. Windows color (decimal): -2317731 or 6136540. OLE color: 6136540.

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

Color convert

RGB 220 162 93 -
CMYK 0 0.26 0.58 0.14
HSL 32.6º 0.64% 0.61% -
HSV(B) 32.6º 0.58% 0.86% -
XYZ 44.41 41.85 16.09 -
YUV 171.48 83.72 162.61 -
System Red Green Blue C M Y K H S L
Decimal 220 162 93 0 0.26 0.58 0.14 32.6 0.64 0.61
Hex DC A2 5D 0 1A 3A E 21 40 3D
Octal 334 242 135 0 32 72 16 41 100 75
Binary 11011100 10100010 1011101 0 11010 111010 1110 100001 1000000 111101

Color Harmonies of #DCA25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA25D

Black with #DCA25D

Text Example


Text Example

White with #DCA25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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