Html Css Color HEX #DC9861 Porsche

📋 copy color: '#DC9861'

red 220 ◦ green 152 ◦ blue 97

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

Shades of Porsche #DC9861

Tints of Porsche #DC9861

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.41%

 BLUE value IS 97 (38.28% from 255) = 20.68%

R = 46.91%
G = 32.41%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC9861 (or 0xDC9861) is known color: Porsche. HEX triplet: DC, 98 and 61. RGB value is (220,152,97). Sum of RGB (Red+Green+Blue) = 220+152+97=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9861 is #23679E. Grayscale: #A6A6A6. Windows color (decimal): -2320287 or 6396124. OLE color: 6396124.

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

Color convert

RGB 220 152 97 -
CMYK 0 0.31 0.56 0.14
HSL 26.83º 0.64% 0.62% -
HSV(B) 26.83º 0.56% 0.86% -
XYZ 42.9 38.54 16.49 -
YUV 166.06 89.03 166.47 -
System Red Green Blue C M Y K H S L
Decimal 220 152 97 0 0.31 0.56 0.14 26.83 0.64 0.62
Hex DC 98 61 0 1F 38 E 1B 40 3E
Octal 334 230 141 0 37 70 16 33 100 76
Binary 11011100 10011000 1100001 0 11111 111000 1110 11011 1000000 111110

Color Harmonies of #DC9861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9861

Black with #DC9861

Text Example


Text Example

White with #DC9861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9861; }

 p { color: rgb(220,152,97); }

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

background-color css

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

 a { background-color: rgb(220,152,97); }

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

border-color css

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

 span { border-color: rgb(220,152,97); }

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