Html Css Color HEX #DC9C52 Porsche

📋 copy color: '#DC9C52'

red 220 ◦ green 156 ◦ blue 82

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

Shades of Porsche #DC9C52

Tints of Porsche #DC9C52

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.06%

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

R = 48.03%
G = 34.06%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC9C52 (or 0xDC9C52) is known color: Porsche. HEX triplet: DC, 9C and 52. RGB value is (220,156,82). Sum of RGB (Red+Green+Blue) = 220+156+82=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C52 is #2363AD. Grayscale: #A7A7A7. Windows color (decimal): -2319278 or 5414108. OLE color: 5414108.

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

Color convert

RGB 220 156 82 -
CMYK 0 0.29 0.63 0.14
HSL 32.17º 0.66% 0.59% -
HSV(B) 32.17º 0.63% 0.86% -
XYZ 42.93 39.6 13.36 -
YUV 166.7 80.2 166.02 -
System Red Green Blue C M Y K H S L
Decimal 220 156 82 0 0.29 0.63 0.14 32.17 0.66 0.59
Hex DC 9C 52 0 1D 3F E 20 42 3B
Octal 334 234 122 0 35 77 16 40 102 73
Binary 11011100 10011100 1010010 0 11101 111111 1110 100000 1000010 111011

Color Harmonies of #DC9C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C52

Black with #DC9C52

Text Example


Text Example

White with #DC9C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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