Html Css Color HEX #DC9E5A Porsche

📋 copy color: '#DC9E5A'

red 220 ◦ green 158 ◦ blue 90

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

Shades of Porsche #DC9E5A

Tints of Porsche #DC9E5A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.76%

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

R = 47.01%
G = 33.76%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC9E5A (or 0xDC9E5A) is known color: Porsche. HEX triplet: DC, 9E and 5A. RGB value is (220,158,90). Sum of RGB (Red+Green+Blue) = 220+158+90=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E5A is #2361A5. Grayscale: #A9A9A9. Windows color (decimal): -2318758 or 5938908. OLE color: 5938908.

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

Color convert

RGB 220 158 90 -
CMYK 0 0.28 0.59 0.14
HSL 31.38º 0.65% 0.61% -
HSV(B) 31.38º 0.59% 0.86% -
XYZ 43.59 40.41 15.17 -
YUV 168.79 83.54 164.53 -
System Red Green Blue C M Y K H S L
Decimal 220 158 90 0 0.28 0.59 0.14 31.38 0.65 0.61
Hex DC 9E 5A 0 1C 3B E 1F 41 3D
Octal 334 236 132 0 34 73 16 37 101 75
Binary 11011100 10011110 1011010 0 11100 111011 1110 11111 1000001 111101

Color Harmonies of #DC9E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E5A

Black with #DC9E5A

Text Example


Text Example

White with #DC9E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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