Html Css Color HEX #DC9952 Porsche

📋 copy color: '#DC9952'

red 220 ◦ green 153 ◦ blue 82

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

Shades of Porsche #DC9952

Tints of Porsche #DC9952

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.63%

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

R = 48.35%
G = 33.63%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC9952 (or 0xDC9952) is known color: Porsche. HEX triplet: DC, 99 and 52. RGB value is (220,153,82). Sum of RGB (Red+Green+Blue) = 220+153+82=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9952 is #2366AD. Grayscale: #A5A5A5. Windows color (decimal): -2320046 or 5413340. OLE color: 5413340.

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

Color convert

RGB 220 153 82 -
CMYK 0 0.30 0.63 0.14
HSL 30.87º 0.66% 0.59% -
HSV(B) 30.87º 0.63% 0.86% -
XYZ 42.43 38.61 13.2 -
YUV 164.94 81.2 167.27 -
System Red Green Blue C M Y K H S L
Decimal 220 153 82 0 0.30 0.63 0.14 30.87 0.66 0.59
Hex DC 99 52 0 1E 3F E 1F 42 3B
Octal 334 231 122 0 36 77 16 37 102 73
Binary 11011100 10011001 1010010 0 11110 111111 1110 11111 1000010 111011

Color Harmonies of #DC9952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9952

Black with #DC9952

Text Example


Text Example

White with #DC9952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9952; }

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

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

background-color css

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

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

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

border-color css

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

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

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