Html Css Color HEX #DCA36B Porsche

📋 copy color: '#DCA36B'

red 220 ◦ green 163 ◦ blue 107

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

Shades of Porsche #DCA36B

Tints of Porsche #DCA36B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.27%

 BLUE value IS 107 (42.19% from 255) = 21.84%

R = 44.9%
G = 33.27%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCA36B (or 0xDCA36B) is known color: Porsche. HEX triplet: DC, A3 and 6B. RGB value is (220,163,107). Sum of RGB (Red+Green+Blue) = 220+163+107=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA36B is #235C94. Grayscale: #ADADAD. Windows color (decimal): -2317461 or 7054300. OLE color: 7054300.

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

Color convert

RGB 220 163 107 -
CMYK 0 0.26 0.51 0.14
HSL 29.73º 0.62% 0.64% -
HSV(B) 29.73º 0.51% 0.86% -
XYZ 45.27 42.47 19.72 -
YUV 173.66 90.38 161.05 -
System Red Green Blue C M Y K H S L
Decimal 220 163 107 0 0.26 0.51 0.14 29.73 0.62 0.64
Hex DC A3 6B 0 1A 33 E 1E 3E 40
Octal 334 243 153 0 32 63 16 36 76 100
Binary 11011100 10100011 1101011 0 11010 110011 1110 11110 111110 1000000

Color Harmonies of #DCA36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA36B

Black with #DCA36B

Text Example


Text Example

White with #DCA36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA36B; }

 p { color: rgb(220,163,107); }

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

background-color css

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

 a { background-color: rgb(220,163,107); }

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

border-color css

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

 span { border-color: rgb(220,163,107); }

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