Html Css Color HEX #DC9962 Porsche

📋 copy color: '#DC9962'

red 220 ◦ green 153 ◦ blue 98

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

Shades of Porsche #DC9962

Tints of Porsche #DC9962

RGB

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

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

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

R = 46.71%
G = 32.48%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC9962 (or 0xDC9962) is known color: Porsche. HEX triplet: DC, 99 and 62. RGB value is (220,153,98). Sum of RGB (Red+Green+Blue) = 220+153+98=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9962 is #23669D. Grayscale: #A7A7A7. Windows color (decimal): -2320030 or 6461916. OLE color: 6461916.

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

Color convert

RGB 220 153 98 -
CMYK 0 0.30 0.55 0.14
HSL 27.05º 0.64% 0.62% -
HSV(B) 27.05º 0.55% 0.86% -
XYZ 43.11 38.88 16.79 -
YUV 166.76 89.2 165.97 -
System Red Green Blue C M Y K H S L
Decimal 220 153 98 0 0.30 0.55 0.14 27.05 0.64 0.62
Hex DC 99 62 0 1E 37 E 1B 40 3E
Octal 334 231 142 0 36 67 16 33 100 76
Binary 11011100 10011001 1100010 0 11110 110111 1110 11011 1000000 111110

Color Harmonies of #DC9962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9962

Black with #DC9962

Text Example


Text Example

White with #DC9962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9962; }

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

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

background-color css

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

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

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

border-color css

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

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

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