Html Css Color HEX #DC955A Porsche

📋 copy color: '#DC955A'

red 220 ◦ green 149 ◦ blue 90

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

Shades of Porsche #DC955A

Tints of Porsche #DC955A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.46%

 BLUE value IS 90 (35.55% from 255) = 19.61%

R = 47.93%
G = 32.46%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC955A (or 0xDC955A) is known color: Porsche. HEX triplet: DC, 95 and 5A. RGB value is (220,149,90). Sum of RGB (Red+Green+Blue) = 220+149+90=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC955A is #236AA5. Grayscale: #A3A3A3. Windows color (decimal): -2321062 or 5936604. OLE color: 5936604.

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

Color convert

RGB 220 149 90 -
CMYK 0 0.32 0.59 0.14
HSL 27.23º 0.65% 0.61% -
HSV(B) 27.23º 0.59% 0.86% -
XYZ 42.11 37.45 14.68 -
YUV 163.5 86.52 168.3 -
System Red Green Blue C M Y K H S L
Decimal 220 149 90 0 0.32 0.59 0.14 27.23 0.65 0.61
Hex DC 95 5A 0 20 3B E 1B 41 3D
Octal 334 225 132 0 40 73 16 33 101 75
Binary 11011100 10010101 1011010 0 100000 111011 1110 11011 1000001 111101

Color Harmonies of #DC955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC955A

Black with #DC955A

Text Example


Text Example

White with #DC955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC955A; }

 p { color: rgb(220,149,90); }

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

background-color css

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

 a { background-color: rgb(220,149,90); }

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

border-color css

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

 span { border-color: rgb(220,149,90); }

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