Html Css Color HEX #DC9A52 Porsche

📋 copy color: '#DC9A52'

red 220 ◦ green 154 ◦ blue 82

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

Shades of Porsche #DC9A52

Tints of Porsche #DC9A52

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.77%

 BLUE value IS 82 (32.42% from 255) = 17.98%

R = 48.25%
G = 33.77%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC9A52 (or 0xDC9A52) is known color: Porsche. HEX triplet: DC, 9A and 52. RGB value is (220,154,82). Sum of RGB (Red+Green+Blue) = 220+154+82=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A52 is #2365AD. Grayscale: #A5A5A5. Windows color (decimal): -2319790 or 5413596. OLE color: 5413596.

HSL color Cylindrical-coordinate representation of color #DC9A52: hue angle of 31.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC9A52 is Cyan = 0, Magento = 0.3, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 154 82 -
CMYK 0 0.3 0.63 0.14
HSL 31.3º 0.66% 0.59% -
HSV(B) 31.3º 0.63% 0.86% -
XYZ 42.59 38.94 13.25 -
YUV 165.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 220 154 82 0 0.3 0.63 0.14 31.3 0.66 0.59
Hex DC 9A 52 0 1E 3F E 1F 42 3B
Octal 334 232 122 0 36 77 16 37 102 73
Binary 11011100 10011010 1010010 0 11110 111111 1110 11111 1000010 111011

Color Harmonies of #DC9A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A52

Black with #DC9A52

Text Example


Text Example

White with #DC9A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A52; }

 p { color: rgb(220,154,82); }

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

background-color css

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

 a { background-color: rgb(220,154,82); }

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

border-color css

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

 span { border-color: rgb(220,154,82); }

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