Html Css Color HEX #DC9954 Porsche

📋 copy color: '#DC9954'

red 220 ◦ green 153 ◦ blue 84

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

Shades of Porsche #DC9954

Tints of Porsche #DC9954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.38%

R = 48.14%
G = 33.48%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC9954 (or 0xDC9954) is known color: Porsche. HEX triplet: DC, 99 and 54. RGB value is (220,153,84). Sum of RGB (Red+Green+Blue) = 220+153+84=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9954 is #2366AB. Grayscale: #A5A5A5. Windows color (decimal): -2320044 or 5544412. OLE color: 5544412.

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

Color convert

RGB 220 153 84 -
CMYK 0 0.30 0.62 0.14
HSL 30.44º 0.66% 0.6% -
HSV(B) 30.44º 0.62% 0.86% -
XYZ 42.51 38.64 13.61 -
YUV 165.17 82.2 167.11 -
System Red Green Blue C M Y K H S L
Decimal 220 153 84 0 0.30 0.62 0.14 30.44 0.66 0.6
Hex DC 99 54 0 1E 3E E 1E 42 3C
Octal 334 231 124 0 36 76 16 36 102 74
Binary 11011100 10011001 1010100 0 11110 111110 1110 11110 1000010 111100

Color Harmonies of #DC9954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9954

Black with #DC9954

Text Example


Text Example

White with #DC9954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9954; }

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

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

background-color css

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

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

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

border-color css

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

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

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