Html Css Color HEX #DC9E62 Porsche

📋 copy color: '#DC9E62'

red 220 ◦ green 158 ◦ blue 98

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

Shades of Porsche #DC9E62

Tints of Porsche #DC9E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.59%

R = 46.22%
G = 33.19%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC9E62 (or 0xDC9E62) is known color: Porsche. HEX triplet: DC, 9E and 62. RGB value is (220,158,98). Sum of RGB (Red+Green+Blue) = 220+158+98=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E62 is #23619D. Grayscale: #AAAAAA. Windows color (decimal): -2318750 or 6463196. OLE color: 6463196.

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

Color convert

RGB 220 158 98 -
CMYK 0 0.28 0.55 0.14
HSL 29.51º 0.64% 0.62% -
HSV(B) 29.51º 0.55% 0.86% -
XYZ 43.95 40.55 17.07 -
YUV 169.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 220 158 98 0 0.28 0.55 0.14 29.51 0.64 0.62
Hex DC 9E 62 0 1C 37 E 1E 40 3E
Octal 334 236 142 0 34 67 16 36 100 76
Binary 11011100 10011110 1100010 0 11100 110111 1110 11110 1000000 111110

Color Harmonies of #DC9E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E62

Black with #DC9E62

Text Example


Text Example

White with #DC9E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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