Html Css Color HEX #DCA369 Porsche

📋 copy color: '#DCA369'

red 220 ◦ green 163 ◦ blue 105

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

Shades of Porsche #DCA369

Tints of Porsche #DCA369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.52%

R = 45.08%
G = 33.4%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCA369 (or 0xDCA369) is known color: Porsche. HEX triplet: DC, A3 and 69. RGB value is (220,163,105). Sum of RGB (Red+Green+Blue) = 220+163+105=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA369 is #235C96. Grayscale: #ADADAD. Windows color (decimal): -2317463 or 6923228. OLE color: 6923228.

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

Color convert

RGB 220 163 105 -
CMYK 0 0.26 0.52 0.14
HSL 30.26º 0.62% 0.64% -
HSV(B) 30.26º 0.52% 0.86% -
XYZ 45.16 42.43 19.17 -
YUV 173.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 220 163 105 0 0.26 0.52 0.14 30.26 0.62 0.64
Hex DC A3 69 0 1A 34 E 1E 3E 40
Octal 334 243 151 0 32 64 16 36 76 100
Binary 11011100 10100011 1101001 0 11010 110100 1110 11110 111110 1000000

Color Harmonies of #DCA369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA369

Black with #DCA369

Text Example


Text Example

White with #DCA369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA369; }

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

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

background-color css

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

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

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

border-color css

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

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

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