Html Css Color HEX #DCA25E Porsche

📋 copy color: '#DCA25E'

red 220 ◦ green 162 ◦ blue 94

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

Shades of Porsche #DCA25E

Tints of Porsche #DCA25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.75%

R = 46.22%
G = 34.03%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCA25E (or 0xDCA25E) is known color: Porsche. HEX triplet: DC, A2 and 5E. RGB value is (220,162,94). Sum of RGB (Red+Green+Blue) = 220+162+94=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA25E is #235DA1. Grayscale: #ABABAB. Windows color (decimal): -2317730 or 6202076. OLE color: 6202076.

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

Color convert

RGB 220 162 94 -
CMYK 0 0.26 0.57 0.14
HSL 32.38º 0.64% 0.62% -
HSV(B) 32.38º 0.57% 0.86% -
XYZ 44.46 41.86 16.33 -
YUV 171.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 220 162 94 0 0.26 0.57 0.14 32.38 0.64 0.62
Hex DC A2 5E 0 1A 39 E 20 40 3E
Octal 334 242 136 0 32 71 16 40 100 76
Binary 11011100 10100010 1011110 0 11010 111001 1110 100000 1000000 111110

Color Harmonies of #DCA25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA25E

Black with #DCA25E

Text Example


Text Example

White with #DCA25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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