Html Css Color HEX #DC9352 Porsche

📋 copy color: '#DC9352'

red 220 ◦ green 147 ◦ blue 82

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

Shades of Porsche #DC9352

Tints of Porsche #DC9352

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.74%

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

R = 49%
G = 32.74%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC9352 (or 0xDC9352) is known color: Porsche. HEX triplet: DC, 93 and 52. RGB value is (220,147,82). Sum of RGB (Red+Green+Blue) = 220+147+82=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9352 is #236CAD. Grayscale: #A1A1A1. Windows color (decimal): -2321582 or 5411804. OLE color: 5411804.

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

Color convert

RGB 220 147 82 -
CMYK 0 0.33 0.63 0.14
HSL 28.26º 0.66% 0.59% -
HSV(B) 28.26º 0.63% 0.86% -
XYZ 41.47 36.69 12.88 -
YUV 161.42 83.18 169.79 -
System Red Green Blue C M Y K H S L
Decimal 220 147 82 0 0.33 0.63 0.14 28.26 0.66 0.59
Hex DC 93 52 0 21 3F E 1C 42 3B
Octal 334 223 122 0 41 77 16 34 102 73
Binary 11011100 10010011 1010010 0 100001 111111 1110 11100 1000010 111011

Color Harmonies of #DC9352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9352

Black with #DC9352

Text Example


Text Example

White with #DC9352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9352; }

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

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

background-color css

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

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

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

border-color css

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

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

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