Html Css Color HEX #DCA65F Porsche

📋 copy color: '#DCA65F'

red 220 ◦ green 166 ◦ blue 95

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

Shades of Porsche #DCA65F

Tints of Porsche #DCA65F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.51%

 BLUE value IS 95 (37.5% from 255) = 19.75%

R = 45.74%
G = 34.51%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCA65F (or 0xDCA65F) is known color: Porsche. HEX triplet: DC, A6 and 5F. RGB value is (220,166,95). Sum of RGB (Red+Green+Blue) = 220+166+95=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA65F is #2359A0. Grayscale: #AEAEAE. Windows color (decimal): -2316705 or 6268636. OLE color: 6268636.

HSL color Cylindrical-coordinate representation of color #DCA65F: hue angle of 34.08º 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 #DCA65F is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 166 95 -
CMYK 0 0.25 0.57 0.14
HSL 34.08º 0.64% 0.62% -
HSV(B) 34.08º 0.57% 0.86% -
XYZ 45.22 43.31 16.8 -
YUV 174.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 220 166 95 0 0.25 0.57 0.14 34.08 0.64 0.62
Hex DC A6 5F 0 19 39 E 22 40 3E
Octal 334 246 137 0 31 71 16 42 100 76
Binary 11011100 10100110 1011111 0 11001 111001 1110 100010 1000000 111110

Color Harmonies of #DCA65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA65F

Black with #DCA65F

Text Example


Text Example

White with #DCA65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA65F; }

 p { color: rgb(220,166,95); }

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

background-color css

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

 a { background-color: rgb(220,166,95); }

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

border-color css

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

 span { border-color: rgb(220,166,95); }

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